Skip to content

Instantly share code, notes, and snippets.

@michaelminter
Created May 9, 2011 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelminter/961829 to your computer and use it in GitHub Desktop.
Save michaelminter/961829 to your computer and use it in GitHub Desktop.
JQuery Toggle
<a href="#" onclick="$('#more-info').toggle(); return false;">Show Details</a>
<div id="more-info" style="display:none;">This content will show when the link above is clicked.</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment