Okay what I want:

collapse = object that is being collapsed.
This is unique, based on it's ID.
Example: class="collapse" id="Bingo"

Any "a" tag with data-toggle="collapse"should be able to open it
href="" would match collapse id.
Example: data-toggle="collapse" href="Bingo"


Ways to achieve this:


How would I even code this...

Something like:

Look for: data-toggle=("collapse")
Look for: class=("collapse"), automatically hide, until button is pushed.
Open collapse if ID=#href


Link with href
Some placeholder content for the collapse component