Skip to content

Instantly share code, notes, and snippets.

@evantravers
Created June 9, 2010 19:12
Show Gist options
  • Save evantravers/432012 to your computer and use it in GitHub Desktop.
Save evantravers/432012 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$("#theidofthebutton").click(function(){
$("#thepants").show();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment