Mutation Observer playground
Add DOM node
Remove DOM node
Update node attribute
IMPORTANT: Open your browser's console to see the logs.
Update node attribute
We'll call a callback function whenever the attributes of any DOM nodes are changes.
Add 'hello' class to body
Remove 'hello' class to body