InterviewSolution
Saved Bookmarks
| 1. |
What are Bootstrap collapsing elements? |
|
Answer» 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'). |
|