Created
September 22, 2017 13:28
-
-
Save jmorahan/8c709918b3c8914868065e9ec5fbb3c2 to your computer and use it in GitHub Desktop.
ctools collapsible-div
This file contains 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
<div class="ctools-collapsible-container ctools-collapsed"> | |
<h2 class="ctools-collapsible-handle">Click here</h2> | |
<div class="ctools-collapsible-content">This appears</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment