Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
suman-mits opened this issue Oct 6, 2015 · 3 comments
Open

Comments

@suman-mits
Copy link

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?

@ghusse
Copy link
Owner

ghusse commented Oct 6, 2015

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 notifications@github.com
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
#201.

@suman-mits
Copy link
Author

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?

@ghusse
Copy link
Owner

ghusse commented Oct 6, 2015

Hi,

For supporting drag & drop, jQRangeSlider uses mouseup, mousedown &
mousemove events on handles.

On Tue, Oct 6, 2015 at 11:39 AM, Suman lama notifications@github.com
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
#201 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants