I assume this is a memory leak:

$(#id).empty();
$(#id).load(url, params, callback)

increases more and more the memory usage of firefox even if the
content is replaced (in my case about 0.5mb per request). since the
dev mailinglist did not work for me I
post it in here.

any sugestions? is this problme related to .empty() or to .load()?

-- mot

Reply via email to