Re: Identifying the DOM Node that dynamically changed?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
stony_dreams wrote: > Gecko 1.9 means that I've to switch to Firefox 3. Cuz Firefox 2 only works > on 1.8. Yes. > So, the number of changes happening in the DOM to fire a DOMSubtreeModified > is not pre-decided? In that case the behavior of this function would be > random! :-/ That's basically what the spec says, yes. DOMSubtreeModified is for cases when you generally want to find out about changes without worrying about the details of what the changes were. -Boris