javascript - Query on Bootstrap Accordion -


I have a problem

I want to keep only one item activated , Others need to shut down. But I did not think how to do this I code (the above link) shows what I have tried so far.

PS: Ideally, each box has a button to post a check box that is checked on the next page.

Thank you

There is an error in your markup You have 3 panel-group elements But you only need one.

For more information

Fixed code: View official documents

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -