Home › Forums › JavaScript › jquery on click events › Re: jquery on click events
March 12, 2013 at 10:55 am
#127889
Participant
.click ( );
example:
$('.foo').click(function () {
// do stuff here
});
The forums ran from 2008-2020 and are now closed and viewable here as an archive.