I've also gone ahead and logged a ticket to try and get this in the core: http://jquery.com/dev/bugs/bug/225/
I think getting this tested, proved and in the core is very important. It should be noted that there are still a couple of memory leaks related to jQuery but this only solves the ones related to the event system (the largest leaky area) in jQuery. Well, except the $(document).ready() part of the event system. I think someone else posted about that one today. -- Brandon Aaron On 9/29/06, Stefan Petre <[EMAIL PROTECTED]> wrote: > > Brandon Aaron wrote: > > http://brandonaaron.net/articles/2006/09/30/fixing-jquerys-memory-leak > > > > Thanks to Michael Geary there are some updates to this snippet of code. > > Also here are the direct links to the example/test pages and source: > > Test without the fix: > http://brandonaaron.net/jquery/memoryleak/event_leak.html > Test with the fix: > http://brandonaaron.net/jquery/memoryleak/event_leak_fix.html > Source from SVN: > http://svn.brandonaaron.net/svn/jquery_plugins/cleanevents.js > > -- > Brandon Aaron > > _______________________________________________ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > > Such simple solution for a big problem. I will run some tests because I > really need this to fix some of my plugins. > > _______________________________________________ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > > _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/