Twitter Bootstrap multiple accordions but only one open panel at a time

前端 未结 3 628
醉梦人生
醉梦人生 2020-12-06 16:19

I have 3 Twitter Bootstrap accordions on my page, each one set up like this:

3条回答
  •  太阳男子
    2020-12-06 17:10

    The accepted answer is good, but doesn't exactly answer what they did in order to make that work.

    In this fiddle you can see the bare-minimum code that's needed, which is:

     
    Content.
    Other content.

    Notice that each panel has a data-parent which targets the parent div with the ID #panels.

    That is the magic sauce you need.

提交回复
热议问题