What is an accordion called that can expand more than one panel at a time?
Can someone please tell me what is the name of a widget that works like an accordi开发者_如何学编程on but where you can expand more than one containter/panel at a time. I am very new to all this programming lingo?
Basically a series of collapsible panel or div:
http://www.darreningram.net/pages/examples/jQuery/CollapsiblePanelPlugin.aspx
An accordion is just a set of collapsible divs that keep one open at a time.
精彩评论