首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > jquery-treeview

jquery-treeview

资 源 简 介

jTreeView is a jQuery plugin, written for jQuery 1.2.6, that allows you to easily turn a standard ordered list into hierarchical tree that is both check-able and collapse-able, and you can easily extend and control it as an object-oriented widget. Why an another treeview based jQuery? The answer is: performance. As a treeview, it"s possible that it contains many nodes. For example, we need to display all employees of an enterprise, the enterprise has 10+ department and each department has 100+ employees. Now, this plugin can support so large treeview because it do not create the whole treeview(create the treeview by html -- this is the job of server) and all event will be bound at the treeview instead of nodes of the treeview. It, like jQuery, is licensed under either the GPL or MIT license.

文 件 列 表

CSS
jTreeView.css
jTreeView.css.bak
img
Checked.gif
collapsed.gif
expanded.gif
HalfChecked.gif
NoCheck.gif
None.gif
JS
jquery.js
jquery.jTreeView.js
jquery.jTreeView.js.bak
TreeExample.html
VIP VIP
0.180941s