jscroll
jscroll copied to clipboard
_destroy does not remove data from target element
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.