What are Bootstrap collapsing elements?

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’).


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *