推荐一个JavaScript的树形菜单——dTree

这是其官方网站的介绍:
引用内容 引用内容
dTree is a free JavaScript tree menu.
There are a lot of tree generating scripts just like this one, and many of them are great. So why use dTree?
dTree is very simple to set up and use. You don't have to worry about adding pages to the tree in a specific order, which makes it ideal for generating a tree from a database.

JS代码很简洁,但是实现了所有树形菜单应有的功能,安装和使用都很简单,特别是从数据库恢复成一棵树变得非常容易。下载包里自带一些常用图标,只需简单的操作,就可以实现看起来相当专业的树形菜单。

- 官方网站:http://www.destroydrop.com/javascripts/tree/
- 这里下载JS脚本文件包:http://www.destroydrop.com/javascripts/tree/dtree.zip
- 这儿是演示(Demo):http://www.destroydrop.com/javascripts/tree/example/

posted @ 2008-01-15 11:54  Salesforce  阅读(850)  评论(0)    收藏  举报