-
-
Notifications
You must be signed in to change notification settings - Fork 497
[FEATURE REQUEST] Slide end function #121
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
Comments
OK so you would like the same implementation as the slideChange function? |
Yep. So I have a list which updates based on the filter. If I use the "change" function, it runs while sliding, so I get multiple requests to the same API. What I really want is the final value. |
There is now a on-start and on-end callback that can be used as the on-change one. ;) |
Awesome man, such quick response was not expected! Simply brilliant! |
Please add a feature to call a function on slide end and not just slide change. I know this can be achieved via the "slideEnded" event, but I don't know which slide has ended. I would want to customize the function based on which range was used so this would be uber-helpful.
The text was updated successfully, but these errors were encountered: