Skip to content

Instantly share code, notes, and snippets.

@ckundo
Last active December 22, 2015 09:38
Show Gist options
  • Save ckundo/6452897 to your computer and use it in GitHub Desktop.
Save ckundo/6452897 to your computer and use it in GitHub Desktop.
<style>
[aria-hidden='true'] {
display: none;
}
</style>
<button class='toggler'>Toggle Content</button>
<p aria-hidden='true'>some content to be toggled</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment