I\'d like to target two divs for expand when clicking on a single trigger? Is that possible?
From the Bootstrap 3 documentation:
The data-target attribute accepts a CSS selector to apply the collapse to.
Therefore you can use a comma-separated list of id's, class selector etc. for the data-target
attribute value:
You can see an extensive list of valid CSS selectors on the w3schools website.