Hi!
In general, I need to analyze the DOM every time it is changed and maybe add some classes to inserted elements.
In particular, I am trying to get a preview element which appears after clicking on "Preview" button.
After researching the code for some time I figured out that I need to listen...