jQRangeSlider icon indicating copy to clipboard operation
jQRangeSlider copied to clipboard

Any way to track the drag event when the range equals the boundary?

Open suman-mits opened this issue 10 years ago • 3 comments

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?

suman-mits avatar Oct 06 '15 09:10 suman-mits

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.

ghusse avatar Oct 06 '15 09:10 ghusse

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?

suman-mits avatar Oct 06 '15 09:10 suman-mits

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 .

ghusse avatar Oct 06 '15 10:10 ghusse