5 ms·
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) versu
by spohlenz 15y 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).