You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the plugin in a rather dynamic application with many items being added and removed from the DOM. When I add a time item I initialize it with:
this.children('.timeago').timeago();
I'm wondering however how should I go about destroying the listeners and unbinding the plugin. After a first look there's no destroy method available.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using the plugin in a rather dynamic application with many items being added and removed from the DOM. When I add a time item I initialize it with:
I'm wondering however how should I go about destroying the listeners and unbinding the plugin. After a first look there's no destroy method available.
Thanks!
The text was updated successfully, but these errors were encountered: