Re: Identifying the DOM Node that dynamically changed?
stony_dreams <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > > What Gecko version? Gecko 1.8.x doesn't do DOMSubtreeModified. Gecko > 1.9 will. > Gecko 1.9 means that I've to switch to Firefox 3. Cuz Firefox 2 only works on 1.8. Anyways, then i'll try the DOMNodeInserted and DOMNodeRemoved and write my own traversal to construct the sub tree. Boris Zbarsky wrote: > > Well.... Not necessarily. Per spec, DOMSubtreeModified can fire only > once per multiple changes. > 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! :-/ Thanks... -- View this message in context: http://www.nabble.com/Identifying-the-DOM-Node-that-dynamically-changed--tp14702556p14727128.html Sent from the Mozilla - DOM mailing list archive at Nabble.com.