jTinder icon indicating copy to clipboard operation
jTinder copied to clipboard

Destroying and reinitializing a new JTinder instance

Open daybaryour opened this issue 9 years ago • 1 comments

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

daybaryour avatar Jun 16 '16 04:06 daybaryour

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.

mikiand avatar Mar 01 '18 10:03 mikiand