Skip to content

Instantly share code, notes, and snippets.

@hunt808
Last active December 12, 2015 00:18
Show Gist options
  • Save hunt808/4682552 to your computer and use it in GitHub Desktop.
Save hunt808/4682552 to your computer and use it in GitHub Desktop.
javascript: jquery start
$( document ).ready(function() {
$("a").click(function( event ) {
alert("do something");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment