jQuery Accordion - open specific section on pageload

后端 未结 7 759
别那么骄傲
别那么骄傲 2020-12-28 19:57

I have a rather basic implementation of a jQuery Accordion on a page (using 1.3.2, jQuery UI Core 1.72 and jQuery UI Accordion 1.7.2), and I wish to open the 2nd section whe

相关标签:
7条回答
  • 2020-12-28 20:35

    Try

    $("#accordion").activate(index);
    
    0 讨论(0)
提交回复
热议问题