javascript - How do you keep multiple collapses open in Bootstrap 3? -


bootstrap closes other collapses when click on 1 open it.

is there option or hack make keep collapses open unless explicitly closed without changing , layout of panel-group?

you can remove data-parent attribute normally used in accordion markup.

<div class="panel-group" id="accordion">   <div class="panel panel-default">     <div class="panel-heading">       <h4 class="panel-title">         <a class="accordion-toggle" data-toggle="collapse" href="#collapseone">           collapsible group item #1         </a>       </h4>     </div>      ...  

http://bootply.com/127843


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -