Bootstrap 4 | Collapse other sections when one is expanded

前端 未结 2 706
闹比i
闹比i 2021-01-02 01:07

I am working on bootstrap 4 Collapse. Wanted to collapse other sections when one is expanded

So far i did is :

HTML



        
2条回答
  •  情深已故
    2021-01-02 01:41

    Make use of data-parent attribute:

    Content 1 here
    Content 2 here

    I added the id to your container and also added the data-parent to your content sections, referencing this container through the id.

提交回复
热议问题