I\'d like to target two divs for expand when clicking on a single trigger? Is that possible?
You can simply add all the ids separated by commas in data-target:
<button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="collapse" data-target="#demo,#demo1,#demo2">Hide them all</button>