Skip to content

Instantly share code, notes, and snippets.

@ahmadnaser
Created June 11, 2014 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadnaser/5d8493b696b60354a9d7 to your computer and use it in GitHub Desktop.
Save ahmadnaser/5d8493b696b60354a9d7 to your computer and use it in GitHub Desktop.
Collapsable Panel bootstrap
<div class="panel-group" id="accordion">
<div class="panel panel-default" id="panel1">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-target="#collapseOne" href="#collapseOne" class="">
Search Filters
</a>
</h4>
</div><!--./panel-heading-->
<div id="collapseOne" class="panel-collapse in" style="height: auto;">
<div class="panel-heading">
<div class="controls">
</div><!--/#panel1-->
</div><!--/#panel1-->
</div><!--/#panel1-->
</div><!--#/panel1-->
</div><!--#/accordion-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment