Skip to content

Instantly share code, notes, and snippets.

@hexx
Created June 21, 2012 10:10
Show Gist options
  • Save hexx/2964991 to your computer and use it in GitHub Desktop.
Save hexx/2964991 to your computer and use it in GitHub Desktop.
jQuery Sample
$(function() {
$("#javascript").click(function() {
alert("Hello JavaScript!");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment