Skip to content

Instantly share code, notes, and snippets.

@dtolj
Created February 24, 2011 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save dtolj/842417 to your computer and use it in GitHub Desktop.
Save dtolj/842417 to your computer and use it in GitHub Desktop.
jquery
$(document).ready(function(){
var r=function rem(e){
alert("Hello World");
};
$("#remove").click(r);
});
@dtolj
Copy link
Author

dtolj commented Feb 24, 2011

function myClicker(e) {}; $("#remove").click(myClicker)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment