Bootstrap accordion with multiple panels expanded

To avoid other panels collapsing if you open a panel on a Bootstrap accordion, just don't use data-parent anywhere. See http://stackoverflow.com/questions/15696365/twitter-bootstrap-collapse-plugin-how-to-enable-multiple-groups-to-be-opened

Comments

Popular posts from this blog

Handling control characters (escaping) in python for json and mysql

python port sniffer with pcapy and impacket

Django field, form and model validation process