jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

_destroy does not remove data from target element

Open blassther opened this issue 10 years ago • 0 comments

Destroy function removes data jscroll from the window and not from the targeted element. I just put there this line:

$e.removeData('jscroll');

to fix my issues. I could not rebind the functionality after destroying it, because data was already set.

blassther avatar May 05 '15 09:05 blassther