jQRangeSlider
jQRangeSlider copied to clipboard
Any way to track the drag event when the range equals the boundary?
I want to track if the user is trying to drag the slider after the boundary has been reached?
Or is there any other mechanism to track the drag event not valueChanging event?
Hi,
You have to register to jQuery events on the element you want to follow, and do the detection by yourself I guess.
On Tue, Oct 6, 2015 at 11:03 AM, Suman lama [email protected] wrote:
I want to track if the user is trying to drag the slider after the boundary has been reached?
Or is there any other mechanism to track the drag event not valueChanging event?
— Reply to this email directly or view it on GitHub https://github.com/ghusse/jQRangeSlider/issues/201.
Oh okay, How are you handeling the dragging of the range event right now? I just included the min file of jquery-date-range slider on my project?
Hi,
For supporting drag & drop, jQRangeSlider uses mouseup, mousedown & mousemove events on handles.
On Tue, Oct 6, 2015 at 11:39 AM, Suman lama [email protected] wrote:
Oh okay, How are you handeling the dragging of the range event right now? I just included the min file of jquery-date-range slider on my project?
— Reply to this email directly or view it on GitHub https://github.com/ghusse/jQRangeSlider/issues/201#issuecomment-145798960 .