[jQuery] IE: load()-related memory leak?
Greetings,
I am using jQuery in AJAX-based Web-application that uses load() to
update contents of (a part of) a Web page, through sequences like
$("#pagepart").empty();
$("#pagepart").load(url, {}, afterload);
The problem is that in IE a strange problem was detected: every time
the above sequence is called, memory used by IE grows. No such effects
either in Opera or in Firefox.
Is this a known problem with IE?
IE version: 6.0.3790.3959, jQuery - the latest (1.2.1).
Thank you.
With all respect,
Konstantin