You may collapse any element with Bootstrap collapsing elements without creating any JavaScript code or accordion markup. To automatically delegate control of a collapsible element in bootstrap, add data-toggle= “collapse” to the controller element along with a data-target or href. You may also do the same thing with .collapse (options), .collapse (‘show’), or .collapse (‘hide’).
Leave a Reply