Event Delegation in JS
Introduction
In my article on event propagation, we saw how an event bubbles up the DOM tree, triggering all the listeners listening to it on the way.
Event delegation is a neat technique for handling events that makes use of event propagation, espec...
abinjohn.in5 min read
Jagrut Sharma
Learning web dev. An upcoming full stack web developer.
Very nicely written. Great read!