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
99
forks
source link
Destroying and reinitializing a new JTinder instance #23
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.
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.
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