Is there a way - using jQuery or otherwise - to monitor the DOM for insertions, deletions, updates to styles, etc?
See "MutationEvent" elements in here: https://developer.mozilla.org/en/DOM/DOM_event_reference but those are deprecated.
jQuery now features a way to attach events to existing AND future elements corresponding to a selector: http://docs.jquery.com/Events/live#typefn
It may be a trick you could use for lack of proper DOM Node modification info.
2.1m questions
2.1m answers
60 comments
57.0k users