do-web / jTinder

jTinder is a javascript library that makes rating people, products, images very easy and fast. It is optimized for mobile touch device but has also a desktop fallback.
GNU General Public License v2.0
235 stars 101 forks source link

Destroying and reinitializing a new JTinder instance #23

Open daybaryour opened 8 years ago

daybaryour commented 8 years ago

Hi, thanks for this amazing plugin, however i seem to have a drawback as i can't seem to destroy/refresh an existing JTinder instance except if the browser refreshes.

Thanks in advance

mikiand commented 6 years ago

Just remove the element that you initialize with jTinder. ex: $("#tinderslide").jTinder(); make some checking if the user finished sliding all panes and then $("#tinderslide").remove() an than init again.