开发者

Jquery - Accordion

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜