The default Bootstrap 3.X Accordion can be easily extended with glyphicons to illustrate that the sections are expandable or collapsible as shown below:
The glyphicons are added as classes to span tags within the title links, and JavaScript is used to toggle the associated span class when a section is shown or hidden.
A working example is available on JSFiddle.
Based upon the techniques described in this post.
Filed under: ASP.Net Tagged: Accordion, Bootstrap, Collapse, expand, glyphicon
