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
I'm using the invoke method to call PJAX programmatically (each time the slide changes) but if the slideshow has changed twice, the completed callback of invoke will fire twice, if the slideshow is changing for a third time the completed callback 3 times, if the slideshow changes for a 4th time, the completed callback is fired 4 times and on and on.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to load the content of a slideshow (view, https://tympanus.net/codrops/2014/06/26/draggable-dual-view-slideshow/) using the invoke command every time the slide is changed by the user.
I'm using the invoke method to call PJAX programmatically (each time the slide changes) but if the slideshow has changed twice, the completed callback of invoke will fire twice, if the slideshow is changing for a third time the completed callback 3 times, if the slideshow changes for a 4th time, the completed callback is fired 4 times and on and on.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: