Skip to content

Instantly share code, notes, and snippets.

@ckundo
Created September 5, 2013 16:54
Show Gist options
  • Save ckundo/6452923 to your computer and use it in GitHub Desktop.
Save ckundo/6452923 to your computer and use it in GitHub Desktop.
<style>
.hidden {
display: none;
}
</style>
<button class='toggler'>Toggle Content</button>
<p class='hidden'>some content to be toggled</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment