0 votes
in Bootstrap by
Explain what is Bootstrap collapsing elements.

1 Answer

0 votes
by
It allows you to collapse any particular element without using any JavaScript code.

To use this feature in bootstrap you have to add data-toggle=” collapse” to the controller element along with a data target to automatically assign the control of a collapsible element. We can use this by writing .collapse(options) etc.

Related questions

+1 vote
asked Oct 30, 2020 in Bootstrap by sharadyadav1986
0 votes
asked Oct 30, 2020 in Bootstrap by sharadyadav1986
...