[jQuery] jQuery IE7 Memory leak

2009-03-08 Thread mif86
Hi! I'm having problems with all ajax updates, $(#element).load() etc., gradually eating up IE 7's memory. Simple test case to reproduce: http://mif86.com/memtest.htm It periodically loads another page's html content (http://mif86.com/ memtest2.htm) into a Div using jQuery's $(#element).load

[jQuery] Re: jQuery IE7 Memory leak

2009-03-08 Thread mif86
and check if it has grown out of my system memory by tomorrow! ( http://mif86.com/memtest3.htm ) Thanks mate :) On Mar 9, 12:58 am, comslash.com comsl...@gmail.com wrote: I would have to guess that because you are using the .load() in such a rapid way that the load commands are stacking up, you

[jQuery] Re: jQuery IE7 Memory leak

2009-03-09 Thread mif86
share... On Mar 9, 1:18 am, mif86 finsta...@gmail.com wrote: Ah, maybe a race condition occours or something, then. But it's strange that I can only see it happening in IE. I've modified the code to run another load() in the callback from the first load(), instead of periodically. It seems

[jQuery] IE7 memory leak solution

2009-03-09 Thread mif86
Hi. Update on the IE7 memory leak problem Original problem: I'm having problems with all ajax updates, $(#element).load() etc., as well as just setting html content with html(). Doing this over and over will gradually eat up IE 7's memory. Test case to reproduce: http://mif86.com/memtest3.htm