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 will want to
either increase your interval time or set something up that only one
load command is going out at a time.

On Mar 8, 7:42 pm, mif86 <finsta...@gmail.com> wrote:
> 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
> ("memtest2.htm").
> If you watch the memory usage in internet explorer, it will grow
> linearly with time.
>
> I've been googling all around, trying lots of tweaks and fixes, but
> nothing seems to work. Is there something i'm misunderstanding, or is
> there a bug in jQuery? or something else? :S
>
> Thanks

Reply via email to