定制 jquery 插件

1. Accordion 插件:

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

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

你可能感兴趣的:(jquery)