What is Event Bubbling in JavaScript
what is event bubbling? How does event bubbles up? In this post, I’ll explain
how event bubbling happens and how to achieve event bubbling with JavaScript
and jQuery using event delegation. Event delegation is the implementation of
event bubbling.