Submit your widget

jQuery Collapsible Content accordion plugin

Created 11 years ago   Views 24287   downloads 5594    Author webcloud
jQuery Collapsible Content accordion plugin
View DemoDownload
57
Share |

Collapsible Content with JavaScript

This plugin provides you an accessible and lightweight solution to a widely adopted interface pattern known as progressive disclosure

Basic Usage

<div id="demo" data-collapse="accordion persist">
  <h2>Fruits</h2>
  <ul>
    <li>Apple</li>
    <li>Pear</li>
    <li>Orange</li>
  </ul>
  <h2>Hint</h2>
  <div>
    <p>One fruit a day keeps the doctor away</p>
  </div>
  <h2>Third</h2>
  <p>Just a paragraph here</p>
</div>

Read more:http://webcloud.se/jQuery-Collapse/