You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im executing ajax function to send data to remote server.
Tried using onSlideEnd but its behaviour is not standard, basically onSlideEnd should be invoked when there is actual slide end due to taping and also due to slide drag. But unfortunately onSlideEnd only execute on tap.
Can you help how to implement it to only execute on at end of value change, so that function execute only once per slide or touch.
The text was updated successfully, but these errors were encountered:
Try
debounce function, something like https://lodash.com/docs/4.17.4#debounce
On Jan 31, 2017 10:49 PM, "Rajendra" <[email protected]> wrote:
Im executing ajax function to send data to remote server.
Tried using *onSlideEnd* but its behaviour is not standard, basically
*onSlideEnd* should be invoked when there is actual slide end due to
*taping* and also due to slide drag. But unfortunately *onSlideEnd* only
execute on tap.
Can you help how to implement it to only execute on at end of value change,
so that function execute only once per slide or touch.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABjB8-dS2N3DGbhq3B8OENdX9IjCpHoHks5rX20qgaJpZM4Ly6wP>
.
Im executing ajax function to send data to remote server.
Tried using onSlideEnd but its behaviour is not standard, basically onSlideEnd should be invoked when there is actual slide end due to taping and also due to slide drag. But unfortunately onSlideEnd only execute on tap.
Can you help how to implement it to only execute on at end of value change, so that function execute only once per slide or touch.
The text was updated successfully, but these errors were encountered: