javascript · Javascript Basics
What does 'Event Bubbling' mean in JavaScript?
Answers
- An error in event handling
- When an event is directly handled by the element that it occurs on
- When an event propagates from the innermost to the outermost element
- The process of triggering multiple events in a sequence