Hi, Had some trouble with leaking memory and finally found out that it is not my fault but jQuerie's. The testscript is quite simple:
for (var i=1; i<=100; i++) $("#testarea").load("testload.php"); The memory grows about 6MB everytime I press F5. I only get the memory back by closing the browser. Using latest SVN 1.2.1, IE 7, FF 2.0.0.9 Eric