I have tried attaching the even onchange and change(with jquery) to an element that updates every couple seconds. Neither of these events are raised when the inner html is changed. How can I detect with with javascript or jquery?
2 Answers
Maybe you're looking for the DOMSubtreeModified event? See the DOM event reference on MDN.