Quantcast
Channel: BrainStorage
Viewing all articles
Browse latest Browse all 102

Adding Collapse/Expand Glyphicons To The Bootstrap Accordion

$
0
0

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 accordion with +/- glyphicons

The accordion with +/- glyphicons

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

Viewing all articles
Browse latest Browse all 102

Trending Articles