Are there any DOM mutation events in JQuery or in vanilla Javascript that fire cross browser?
To clarify, say I have a script on my page which inserts a div into the
There are some deprecated DOM mutation events, such as DOMNodeInserted and DOMNodeInsertedIntoDocument that still work for me in Chrome 14 and IE9.
DOMNodeInserted
DOMNodeInsertedIntoDocument
See an example at http://jsfiddle.net/Kai/WTJq6/
See them all on the W3C draft at http://www.w3.org/TR/DOM-Level-3-Events/