I am using jQuery accordion plugin for my application. Is there a way to open sections at the same time(after page has loaded) so that contents of all pages are shown at the same time. If it is not possible please give me a link where I can achieve similar to that functionality.
Thanks.
I am a newbie to jQuery.
I am using jQuery accordion plugin for my application. Is there a way to
Share
jQuery makes it very easy to make your own accordion without a plugin. For example, this HTML:
and this jQuery:
Any time you click on an
accordion_toggler, the followingaccordion_contentwill toggle (slide up or down in this case). To start with all the content hidden but allow multiple to be open at the same time, use this CSS: