Bootstrap collapse data-parent not working
问题 I'm using bootstrap 2.2.1 and for whatever reason the data-parent attribute is not doing what is intended. It does not close a previous opened target when i click another target. Here's a fiddle with the code below, any ideas on how to fix this ? <div id="accordion"> <ul> <li> <a href="#" data-toggle='collapse' data-target='#document', data-parent='#accordion'>option 1</a> <ul id="document" class="collapse"> <li> <a href="#">suboption 1</a></li> <li> <a href="#">suboption 1</a></li> <li> <a