openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Collapse all sections in mobile view #23

Open Iniayma opened 9 years ago

Iniayma commented 9 years ago

Does anyone know how to hook into the script to collapse all sections by default in the mobile view? Currently the active one is open by default and I'd like to have all sections collapsed in that view. Thank you!

openam commented 9 years ago

If you don't apply the active class to the nav-tabs > li and the div.tab-pane then there won't be an active accordion or tab.

openam commented 8 years ago

I could see this as an option to remove the active class from the panels on initialize.