开发者

Jquery - Accordion

开发者 https://www.devze.com 2023-03-04 14:45 出处:网络
How to make an accordion in jquery to sel开发者_开发百科ect none of the menu while loadingread here

How to make an accordion in jquery to sel开发者_开发百科ect none of the menu while loading


read here

Selector for the active element. Set to false to display none at start. Needs collapsible: true.

$( ".selector" ).accordion({ active: false });

or Get or set the active option, after init

$( ".selector" ).accordion( "option", "active", false );
0

精彩评论

暂无评论...
验证码 换一张
取 消