We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
— Reply to this email directly or view it on GitHub #201.
Sorry, something went wrong.
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?
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) .
— Reply to this email directly or view it on GitHub #201 (comment) .
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: