On 12 Jun, 15:47, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Yup, sounds like you have a memory leak all right. > > Here's the quintessential > article:http://www.crockford.com/javascript/memory/leak.html > > That'll get you started diagnosing the problem.
Which is fine, except I'm not adding handlers to the created/destroyed items. I'm just using append() and erase() to add and remove normal html content. I'll do some experimenting with FF3 - there will be exactly one "user" in this case, which is a projection screen in our NOC, so a universal solution isn't necessary, luckily :-) Thanks for the pointers, Howie