pc-magas / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Mutation events support #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
DOMNodeRemoved and DOMNodeInserted implemented somewhere before r354.

Original comment by tobiasz....@gmail.com on 16 Feb 2009 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 24 Apr 2009 at 9:24