Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 wesbite 中实现了 Jquery 手风琴,如此处所示。我启用了可折叠,它允许我折叠所有选项卡。但我希望默认关闭所有选项卡。目前第一个选项卡默认打开。我怎么做?
只需将active选项设置为false.
active
false
布尔值:将 active 设置为 false 将折叠所有面板。这要求可折叠选项为真。
http://api.jqueryui.com/accordion/