🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A minimalist jQuery/HTML5/CSS based accordion which allows you to show/hide panels of content with CSS3 powered animations.


Documentation

Accordion

Simple and lightweight jQuery plugin for basic accordion with CSS animation.

You can see a demo here: http://embed.plnkr.co/kYGUg8/preview

Settings

  • outsideClose If you click somewhere outside of the accordion, he will close the panel. Default value is true.
  • selfClose If you click on open panel, he will close. Default value is true.

Use this options when you create accordion.

Exp: $( '#Demo' ).Accordion( { outsideClose: false, selfClose: false } );


You May Also Like