Skip to content

Instantly share code, notes, and snippets.

@taybenlor
Created March 7, 2012 02:07
Show Gist options
  • Save taybenlor/1990448 to your computer and use it in GitHub Desktop.
Save taybenlor/1990448 to your computer and use it in GitHub Desktop.
$("#somelink").on("click", function(){
$("#somediv").show();
$("#anotherdiv").hide():
$("#athirddiv").hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment