Skip to content

Instantly share code, notes, and snippets.

@livercake
Created September 4, 2014 15:58
Show Gist options
  • Save livercake/a08a2e42110d521cf4b0 to your computer and use it in GitHub Desktop.
Save livercake/a08a2e42110d521cf4b0 to your computer and use it in GitHub Desktop.
jQuery on click
$( "#target" ).click(function() {
alert( "Handler for .click() called." );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment