-
Notifications
You must be signed in to change notification settings - Fork 99
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
How to Undo Swipe? #27
Comments
Add this function on the JTinder js file: undo: function () { To call it from your file simply do $('#tinderslide').jTinder('undo'); |
Does this still work yanmendes by any chance? |
Yes, it does |
Hi! how can I implement this undo function on an onclick event of a button? |
|
Hello,
I need a way to undo the swipe (left/right). Is there a way for it?
The text was updated successfully, but these errors were encountered: