I have working on an application where my view is created and destroyed several times and I am using jquery.ellipsis plugin. But I have seen a issue that when the element deletes from the node, even then resize event is firing and due to this reference, element is not going under garbage collection.
PS: Solved this issue by adding an option of namespace in the plugin, by which i can give my own namespace while calling ellipsis and remove this when required.
Hi,
I have working on an application where my view is created and destroyed several times and I am using jquery.ellipsis plugin. But I have seen a issue that when the element deletes from the node, even then resize event is firing and due to this reference, element is not going under garbage collection.
PS: Solved this issue by adding an option of namespace in the plugin, by which i can give my own namespace while calling ellipsis and remove this when required.