Skip to content

Instantly share code, notes, and snippets.

@joshblack
Created October 5, 2014 17:07
Show Gist options
  • Save joshblack/51c11554f19d16c41535 to your computer and use it in GitHub Desktop.
Save joshblack/51c11554f19d16c41535 to your computer and use it in GitHub Desktop.
// Using jQuery...
$('.foo').on('click', function() {
// do stuff!
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment