Home › Forums › JavaScript › jquery on click events › Re: jquery on click events
March 12, 2013 at 6:09 pm
#127963
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.