| Issue 92: | Mutation events support | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
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-mutationevents |
||||||||||
,
Feb 16, 2009
DOMNodeRemoved and DOMNodeInserted implemented somewhere before r354. |
|||||||||||
,
Apr 24, 2009
(No comment was entered for this change.)
Status: Started
|
|||||||||||
| ► Sign in to add a comment | |||||||||||