Skip to content

Instantly share code, notes, and snippets.

@L1fescape
Created November 30, 2013 04:30
Show Gist options
  • Save L1fescape/7715400 to your computer and use it in GitHub Desktop.
Save L1fescape/7715400 to your computer and use it in GitHub Desktop.
<a onclick="wp_showhide.main(this, 'paul')" href="javascript:void(0)">
["Paul", "Paul", "hidden"]
</a>
<a onclick="wp_showhide.main(this, 'bob')" href="javascript:void(0)">
["Bob", "Bob", "hidden"]
</a>
<a onclick="wp_showhide.main(this, 'steve')" href="javascript:void(0)">
["Steve", "Steve", "hidden"]
</a>
<div class="bios_container">
<div id="paul">
Paul's bio.
</div>
<div id="bob">
Bob's bio.
</div>
<div id="steve">
Steve's bio.
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment