What do you mean by Bootstrap collapsing elements?

devquora
devquora

Posted On: Feb 22, 2018

 

Bootstrap collapsing elements is a way in which you can collapse any specific element without developing any JavaScript code or even an accordion markup. Now, in order to implement this element, you need to add data-toggle="collapse"  in the controller element. To automatically assign the control of the collapsible element, you can use data-target or href along with data-toggle="collapse". There are other options also available such as .collapse (options), .collapse ('hide'), .collapse ('show')

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Bootstrap Interview Questions

    Explain What is Bootstrap?

    Bootstrap is a platform for web development that is based on a front-end framework and creates exceptional responsive d..

    Bootstrap Interview Questions

    Explain why you prefer Bootstrap for website development?

    Bootstrap has features that are way better than other web development platforms. It provides an extensive browser suppo..

    Bootstrap Interview Questions

    What are the key components of Bootstrap?

    In total, there are five key components of Bootstrap i.e. CSS (multiple CSS files), Scaffolding (essential for the basi..