JQUERY UI Accordion start collapsed

后端 未结 7 2023
花落未央
花落未央 2020-12-14 05:10

How can I make the jquery UI accordion start collapsed when the form loads. Is there any javascript code for this?

7条回答
  •  误落风尘
    2020-12-14 06:03

    I was trying to do the same thing. Using Jquery UI tabs. I wanted none to show with 5 tabs when you start.

    using active: false showed the 5th tabs content. So I set tabs CSS to display:none; since it in-line changes display. Hope this helps someone!

    
    
                                     
                  
提交回复
热议问题