Skip to content Skip to sidebar Skip to footer

Twitter Bootstrap Collapse First Item & Open Second Item On Load

I'm using twitter boostrap for the first time & am using the collapsible accordion. When the page loads the first item is open by default & the remaining items are all coll

Solution 1:

Bootstrap uses the in class to determine which items open by default (not just on the accordian feature) so you can move that class to the #collapseTwo div and it will open by default.


Post a Comment for "Twitter Bootstrap Collapse First Item & Open Second Item On Load"