DOMSubtreeModified | NN 6 IE n/a DOM 2 |
Bubbles: No; Cancelable: No | |
Fires on a node that is inside the document tree and that changes its nested node structure. This event acts like a generic event for the more specific node mutation events, and fires last. Implementing event listeners for this event may cause problems in early versions of Netscape 6. |
|
Typical Targets | |
All rendered nodes. |