jTinder
jTinder copied to clipboard
Destroying and reinitializing a new JTinder instance
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
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.