Hi all,

I'm wondering what the appropriate thing to do is wrt event listeners
on elements that get replaced by an Ajax.Updater call or something
similar. It seems like a giant pain to have to run through all the sub
elements of the container you're updating and remove all the listeners
for every piece of AJAX on the site, but on the other hand I assume
that if you don't, you wind up with a memory leak since you accumulate
listeners on non-existent events.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to