Skip to content

Instantly share code, notes, and snippets.

@marcbacon
Last active August 29, 2015 14:20
Show Gist options
  • Save marcbacon/e9942c4a979511fdaa88 to your computer and use it in GitHub Desktop.
Save marcbacon/e9942c4a979511fdaa88 to your computer and use it in GitHub Desktop.
jQuery .click function
$('.class').click(function() {
//do stuff on click
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment