-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to cleanup/dispose/remove instances of plugin #111
Comments
Noted, I'll consider this. Thanks for the issue. I'm pretty busy right now, so it may take me a while for me to get around to this. |
Like, 2 years? :p |
I did this manually. This code stops the namespaced click event and removes the instance.
From here: http://ub4.underblob.com/remove-jquery-plugin-instance/ |
This feature would be a great addition. I have a table that i reconstruct several times depending on selected filters, and it seem sorting stops working after first reconstruction. |
Hey there. I was wondering if the will_manually_build_table option plus stupidtable_build works for your use case? https://github.com/joequery/Stupid-Table-Plugin#will_manually_build_table |
Especially important for single page (e.g. backbone.js) apps where the table itself is being destroyed
Should be able to call:
$("table").stupidtable('dispose')
or similarThe text was updated successfully, but these errors were encountered: