摘要:
一个棵自己写的jQuery的树。与大家分享一下。主要用于动态加载子节点,避免大数据量加载页面慢的情况。展示效果:下面贴上源码:css部分:#TreeView{ width:100%; font-size:12px; float:left;}.nodes /*节点*/{ width:100%; min-height:22px; float:left;}.parentNodes /*父节点*/{ width:100%; height:22px; float:left;}.childNodes /*子节点*/{ float:left; width:100%;}.plus /*展开和... 阅读全文