JSCook Project ( http://jscook.yuanheng.org/ ): This project current has two sub-projects:
JSCookMenu: a JavaScript menu. ( http://jscook.yuanheng.org/JSCookMenu/ )
Introduction
JSCookMenu (v2.0.3) is a powerful menu script written in JavaScript that can mimic complex menus found in popular GUI Applications. It is relatively simple and easy to use. Creating a new theme requires some patience, but rarely does one has to write one since some good ones are provided.
This website is permanent (as long as I live and pay the bill
.
Features
- Supports both horizontal and vertical menus.
- Supports relative positioning.
- Supports different menus w/ different themes in the same web page.
- Eases the menu creation process w/ a menu builder.
- Special effects such as sliding and fading in/out is available.
- APIs for JavaScript developers.
JSCookTree: a JavaScript tree ( http://jscook.yuanheng.org/JSCookTree/ )
Introduction
JSCookTree (v2.01) is a powerful tree script written in JavaScript to support themes. v2.0 is a complete re-write so that many functions demanded by v1.0 users are supported.
Note: v2.0 JSCookTree tree format is different from v1.0. For those who are interested in a small, fast tree script, I still have the version 1.0 JSCookTree available.
Note: I do know the problem of using JSCookTree on a huge tree w/ 300+ items. It can be quite slow. I will try to address that problem in the next version.
Features
- Supports relative positioning.
- Supports different trees w/ different themes in the same web page.
- Eases the tree creation process w/ a menu builder.
- Supports fully or partially expanded trees.
- Supports only one tree branch open at a time.
- Supports the marking of particular node for rendering purpose.
Filed under: Javascript Menu