I work with dragscroll. In the draggable area will be a few range sliders. Currently, it is not possible to use this sliders, because dragscroll moves the area.
Is it possible to pause dragscroll while using the range sliders?
I startet to write this, but currently it does not work at all:
$( "input[type=range]" ).hover(function() {
$('.dragscroll').removeClass('dragscroll');
});
Hopefully someone can help me. :)
NEWS: I just tried to remove other classes and that worked perfectly. Why can't I remove the draggscroll class?