M
M
miolini2011-09-30 07:00:10
JavaScript
miolini, 2011-09-30 07:00:10

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

1 answer(s)
A
Alexey Zhurbitsky, 2011-09-30
@blo

document.addEventListener("DOMSubtreeModified", function(e){}, false);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question