Showing posts with label expandable. Show all posts
Showing posts with label expandable. Show all posts

Friday, July 12, 2013

jQuery UI: Expand All Accordion Sections

Something I find annoying about the accordion widget is that I can't have more than one active section. If the application has vertical space constraints, maybe having only one accordion section active at a time makes sense. But as a user, I generally want more than one section open at once. This isn't offered out of the box with the jQuery UI accordion widget. This capability is not the intent of the accordion. But, it's not too difficult make it happen. Here is my attempt at an expandable accordion.