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
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#