Link to home
Start Free TrialLog in
Avatar of Robert Saylor
Robert SaylorFlag for United States of America

asked on

bootstrap collapse

I have a button that will collapse the sidebar menu with a button. But some pages I want it to auto collapse onload. How would I do that?

<button class="navbar-toggle collapse in" data-toggle="collapse" id="menu-toggle-2"> <span class="glyphicon glyphicon-th-large" aria-hidden="true"></span></button>

Open in new window


This is the design I am using:
http://seegatesite.com/create-simple-cool-sidebar-menu-with-bootstrap-3/
ASKER CERTIFIED SOLUTION
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robert Saylor

ASKER

Thanks! Works great!