Every change in the DOM (Document Object Model), whether it is an inclusion, deletion or even a modification to some element I would like to perform a function, is there any "simple" way of doing This?
If there is no way to detect such specific changes, a method that detects any changes made is enough.