nikki / LiteAccordion

A lightweight horizontal accordion plugin for jQuery.
MIT License
224 stars 130 forks source link

How to disable/enable a particular accordion #55

Closed rajivenator closed 12 years ago

rajivenator commented 12 years ago

Hi I am experimenting with your plugin .. I want to know is there any method by which i can open a particular pane on click of a button. My requirement is like this:

Initially only the first accordion will be displayed. Rest of the accordions will be disabled.

After user performs certain action in first pane and after that the second accordion should slide out .

Pardon me if this is a basic question. waiting for ur reply..

nikki commented 12 years ago

You can trigger the accordion programatically using the methods in the docs. If you wanted to disable particular slides, you'd have to write your own code for this.