Created
September 9, 2016 16:28
-
-
Save Bobz-zg/0b46326dc18702a51a8e4a5a25ed93e6 to your computer and use it in GitHub Desktop.
Simple reusable toggle with jquery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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