Subscribe via RSS



A clickable dropdown menu with (theoretically unlimited) submenus made out of an an unordered list. It’s behaviour is like an application menu (click to open, click to close, stays open even after hovering elsewhere).


More Examples:

  



Available options:
* onClick – function – callback function triggered when a list item is clicked – returning false will stop the default action of the clicked element
* arrowSrc – string – url of the image to be used as an arrow indicating a submenu (e.g. “images/somearrow.jpg” or an empty string if you don’t want an arrow)
* mainDelay – string or number – the time to wait before starting the fadein after hovering over a main menu item (”slow”, “normal” or “fast” or the time in milliseconds – e.g. 1000)
* subDelay – string or number – the time to wait before starting the fadein after hovering submenu item (”slow”, “normal” or “fast” or the time in milliseconds – e.g. 1000)


Demo: http://p.sohei.org/stuff/jquery/clickmenu/demo/demo.html
Download:
Source: http://p.sohei.org/jquery-plugins/clickmenu/


Posted by ABDUL SABOOR Sunday, February 7, 2010

0 comments

Post a Comment