Bootstrap Collapse loads collapsed on page load -


the title pretty covers problem i'm having.

i've list on website i'm developing , have hidden things within collapsible elements.

the problem have collapsed on page load.

does have idea on how fix this?

thanks.

thanks comment rob.

figured after looking through html, need use collapse 1 using collapse in.

problem sorted :)

load collapsed on page load :

<div id="collapseone" class="panel-collapse collapse in"> 

load hidden until clicked :

<div id="collapseone" class="panel-collapse collapse"> 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -