Hacker News new | ask | show | jobs
by nicolasMLV 3579 days ago
yes, that is event delegation : https://learn.jquery.com/events/event-delegation/
1 comments

I almost went down the event delegation route. The only thing that stopped me was having stumbled upon a tactic that happened to work where I just attached individualized event handlers one at a time. I appreciate the input and will make sure to give event delegation a second look.