资 源 简 介
Description
This jQuery plug-in will transform the unordered list from a web page into a one-column navigator. Once a menu item clicked, its sub menu will slide into this column from right, and if the "return" menu item clicked, current menu will slide out from right and the parent menu will shown. In this case. It can provide a friendly user interface and better user experiences for end user.
The original click event in the menu item will be reserved, if click the menu in the "hot zone", The original click event will be triggered; otherwise the sub menu will shown (if there are sub menus). However, to achieve this, the "double click" event is not available for user any more.
Example
As a jQuery plug-in, column navigator is easy to use, what the user need to do is simple create a "ul" hierarchy (with or without pre-binded events), and call the jquery plug-in function after it has been loaded.
In