Skip to content

Instantly share code, notes, and snippets.

@Bobz-zg
Created September 9, 2016 16:28
Show Gist options
  • Save Bobz-zg/0b46326dc18702a51a8e4a5a25ed93e6 to your computer and use it in GitHub Desktop.
Save Bobz-zg/0b46326dc18702a51a8e4a5a25ed93e6 to your computer and use it in GitHub Desktop.
Simple reusable toggle with jquery
<a href="#toggleMe" data-toggle="toggleMe">Toggle div</a>
<div id="toggleMe" class="toggler">
Content goes here ...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment