Using DOM mutation events
"Cancelable" means you can prevent the modification from happening by calling the preventDefault() method. "Bubbles" is a bit harder to explain. Mention stopPropagation().
- Documentation
- › Using DOM mutation events
"Cancelable" means you can prevent the modification from happening by calling the preventDefault() method. "Bubbles" is a bit harder to explain. Mention stopPropagation().