Modify Twitter Bootstrap collapse plugin to keep accordions open

前端 未结 4 1599
广开言路
广开言路 2020-12-12 16:19

I\'m trying to modify the Bootstrap collapse plugin to allow me to specify whether clicking an accordion (to open) should automatically close the other items in the accordio

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 16:43

    since the question didn't refer to a specific version of Bootstrap, here's a bootstrap 4 solution: remove the data-parent="#accordion" from the tags with the data-toggle="collapse" attribute. It's the example taken from the Collapse documentation with the data-parent=#accordion" bit taken out.

    bootply: https://www.bootply.com/3wV4WbzBtT#

提交回复
热议问题