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

#127889

.click ( );

example:



$('.foo').click(function () {
// do stuff here
});