Fork me on GitHub

jQuery Accordion Plugin

Default behavior

$('#sample1 ul').accordion();

Toggling enabled

$('#sample2 ul').accordion({toggle: true, start: 0});

Multi-mode

$('#sample3 ul').accordion({multiple: true});

Static element

$('#sample4 ul').accordion({toggle: true});

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running: $ git clone git://github.com/matoilic/jquery.accordion

Licence

Copyright © 2013 Mato Ilic

jquery.accordion is dual licensed under the MIT and GPL licenses:

http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html