Skip to content

Instantly share code, notes, and snippets.

@danielevans
Forked from dtolj/gist:842417
Created February 24, 2011 19:57
Show Gist options
  • Save danielevans/842770 to your computer and use it in GitHub Desktop.
Save danielevans/842770 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
var r=function(e){
alert("Hello World");
};
$("#remove").click(r);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment