Answer the question
In order to leave comments, you need to log in
Subscribe to new items
Hello!
Is it possible in modern browsers to write such a javascript code that could receive information about all changes in the DOM tree during the life of the page? If so, how?
Thank you!
Answer the question
In order to leave comments, you need to log in
document.addEventListener("DOMSubtreeModified", function(e){}, false);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question