Classic Accordion

Last Update
10 January 2012
Regular License
$6
Extended License
$30
Sales
1101

Classic Accordion is a jQuery plugin that allows you to easily create accordion panels. You have the option to use XML, which will make the accordion panel much easier to setup and maintain. However, you also have the option to use HTML instead of XML. The plugin also provides an easy to use API which will allow to further enhance the functionality of the accordion and make it possible to integrate it into your own application.

Features

XML support which makes this accordion very easy to setup and maintain easy to customize multiple accordions on the same page add captions with simple text or HTML text add a link to each panel auto slideshow mode shuffled panels public methods which allow you to control the accordion using outside input (e.g. openPanel(3), nextPanel(), previousPanel(), getPanelAt(2) etc.) callback functions

If you have any questions or need assistance integrating the accordion, please feel free to ask; I will gladly help you. Also, if you like this script, please take a moment to rate it Most of the buyers give this script 5 stars but if you plan to rate it lower than 5 stars I would really appreciate if you contact me first with your suggestions/complaints; maybe I can resolve those issues Thank you!

Changelog

v 1.3 (10 January 12) * updated the jQuery library to the latest version

v 1.2 (26 November 10) * added preloader for each panel * added the option to specify the images' alignment type * done some code optimization

v 1.1 (24 November 10) * fixed sizing bug in IE6-IE7 * added option to specify the window location for links * added a few more callback functions

v 1.0 (22 November 10) * first release