Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jquery on click events Re: jquery on click events

#127963
CrocoDillon
Participant

Ah thanks, good read. I thought you meant `.click(…)` to be less efficient then `.on(‘click’,…)`. Ah well I agree that class names like ‘click’ are not semantic and I wouldn’t use it except in testing environment.