I was once playing around and came up with this tiny plugin:

    $.fn.releaseStack: function(){ return $(this) },

In effect it flushes the long, long tail of jQuery collections that
tends to build up over time and (presumably) consume memory.
Of course one could easily just do `mycollection = $(mycollection); //
release the Stack` every once in a while. :-)

--
Már
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to