当前位置:Gxlcms > JavaScript > jQuery之折叠面板的深入解析_jquery

jQuery之折叠面板的深入解析_jquery

时间:2021-07-01 10:21:17 帮助过:3人阅读

1:折叠面板可以将不同分类的内容分别放在不同的面板中,这些面板在页面中层叠摆放,用户可以通过单击各个面板的标题来展开该面板,查看面板的内容,
与此同时,将自动折叠隐藏其他面板
$(selector).accordion(options);
options可以选择的属性为:
disabled, active, animated, autoHeight, clearStyle, collapsible, event, fillSpace, header, icons, navigation, navigationFilter
简单实例:
代码如下:





Accordion AutoHeight