Skip to content

Instantly share code, notes, and snippets.

@mpgilbertusa
Created March 11, 2014 14:42
Show Gist options
  • Save mpgilbertusa/9487168 to your computer and use it in GitHub Desktop.
Save mpgilbertusa/9487168 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Collapsible Content (Show-Hide)
<div class="show-hide">
<h3 class="toggle">Collapsible Section</h3>
<div class="body">
<p>Insert show-hide content here.</p>
<a href="javascript:;" class="close-section">Show Less ^</a>
</div><!-- /.body -->
</div><!-- /.show-hide -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment