Is it possible to keep all the accordion tabs open on load? Here is a simple example I copied from jquery ui site. I am not sure how to implement that functionality.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a plugin call togglebox. It will allow you to have all of the accordion tabs open at once, if that is what you are after. Enjoy.
Toggleboxes
EDIT: Forgot to mention that this is a jQuery UI plugin and will look just like the jQuery UI Accordion, and uses the same style markup as the accordion.