Quote from Document Object Model Events[1]
> The mutation event module is designed to allow notification of any
> changes to the structure of a document, including attr and text
> modifications.
This covers following events
* DOMSubtreeModified
* DOMNodeInserted
* DOMNodeRemoved
* DOMNodeRemovedFromDocument
* DOMNodeInsertedIntoDocument
* DOMAttrModified
* DOMCharacterDataModified
[1]
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutati
onevents
Original issue reported on code.google.com by tobiasz....@gmail.com on 1 Jan 2009 at 1:35
Original issue reported on code.google.com by
tobiasz....@gmail.com
on 1 Jan 2009 at 1:35