Hacker News new | ask | show | jobs
by spohlenz 5239 days ago
Compared to onclick, it's certainly a performance benefit.

However the difference here is in looping over every matched element to add the handler (bind) versus adding the handler to a single element further up the DOM tree (delegate).