Skip to content

Instantly share code, notes, and snippets.

@namklabs
Created April 16, 2015 19:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namklabs/336e4ce61075106d21c7 to your computer and use it in GitHub Desktop.
Save namklabs/336e4ce61075106d21c7 to your computer and use it in GitHub Desktop.
Bootstrap Collapse & Expand Buttons
<div class="btn-group pull-right" role="group">
<button class="btn btn-default inline" data-target="#content .panel:not('.in')" data-toggle="collapse" id="info-page-uncollapse-all">Expand All <span class="glyphicon glyphicon-chevron-down">​</span></button>
<button class="btn btn-default" data-target="#content .panel.in" data-toggle="collapse" id="info-page-collapse-all">Collapse All <span class="glyphicon glyphicon-chevron-up">​</span></button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment