是树视图之类的任何菜单(打开\隐藏每个节点),但是在回发后还原状态?
答案 0 :(得分:1)
You can use the jquery treeview plugin, here is the demo of that.
根据评论进行更新:
您可以添加这样的样式。创建一个样式表文件,如 whatever.css ,并包含在使用树视图的页面中。将此代码放在该样式表中。
<style type="text/css">
.file,.folder
{
font-family: 'Arial Black';
}
</style>