Toggler

Toggler

    Notice that, unlike an accordion, the toggler allows for the content to be completely hidden until action is taken by the user.

 

 

Code

<p><span class="element_toggler" role="button" aria-controls="group_1" aria-label="Toggler toggle list visibility" aria-expanded="true"> <i class="icon-mini-arrow-down"></i> <strong>Toggler </strong></span></p>
<ul id="group_1"> Text to show when expanded goes here.</ul>

 

Back