Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to use accordion of boostrap and i want to show all panes visible at the same time by default it show one pane active . is it possible ??

I want to show all panes of accordion active by default or depending on user choise but by default accordion provide one pane active and when we click other pane header then previous pane is inactive and new one is active means one panes is active at a time but my need is to show all panes visible and active at the same time ...
Please help me .

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 18-Sep-15 2:14am
v3
Comments
OriginalGriff 18-Sep-15 8:11am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalization if you want to be taken seriously.

1 solution

Where the class is
HTML
class='panel-collapse collapse'
simply add in to the classes. Like this:
HTML
class='panel-collapse collapse in'


Hope this helps.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900