欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

定制 jquery 插件 博客分类: javascript jQuery 

程序员文章站 2024-03-23 17:17:04
...

1. Accordion 插件:

    >accordion 根据内容自适应高度.  $( '#accordion' ).accordion( { autoHeight:false});
2. Treeview 插件

   >jquery treeview 保留上一次展开的内容: (使用 jquery.cookie.js)
    $("#treeview").treeview({
        animated:"normal",
        persist: "cookie"
    });

相关标签: jQuery