> What is essentially happening is that you are deleting the object from
> the DOM and then adding a completely new one (different internal js
> interpretter IDs).  All the registered events are severed on the old
> object.

Thanks. That's what I figured was happening.

> You can still keep your scripts together, but you may need to wrap it
> with a function call to happen onComplete

Smart. So what you are effectively doing is adding a new observeField
() on the new select after it is replaced.

But what happens to the observeFields() on the old select's? Are they
still taking up CPU time running every 0.3 secs? Or are they killed
once the select they were observing goes away?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to