Submit your widget
94
Yays

jQuery Dropdown Menu

Views 7344   downloads 1830   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

374
Yays

Dropdown Navigation in CSS3 jQuery

Views 29825   downloads 6243   Menu & Navigation

we will learn how to enhance you WordPress in a whole new way. Multi-Level or Multi-Dimensional navigation menus can offer your theme and users 2 new things. One, add a nice new type of effect to enhance…

109
Yays

jdMenu Hierarchical Menu Plugin for jQuery

Views 9736   downloads 1466   Menu & Navigation

The jdMenu plugin for jQuery provides a clean, simple and elegant solution for creating hierarchical drop down menus for websites to web applications. View the feature list below to see if jdMenu is the…

140
Yays

jQuery CSS Drop Down Menu Style

Views 17840   downloads 4173   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…

191
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31523   downloads 5189   Menu & Navigation

Mega drop-down menus are not actually new, but more and more we see them on popular websites and blogs. With the ever increasing quantity of content on the web we have to figure out solutions to display…

127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28469   downloads 4470   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…

102
Yays

jQuery Drop Down Menus

Views 9935   downloads 2691   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

159
Yays

Animated jQuery Menu - Corporate Style

Views 20946   downloads 4700   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

110
Yays

jQuery Dropdown Menu

Views 10896   downloads 1917   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

83
Yays

jQuery feed menus

Views 9666   downloads 1843   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

195
Yays

Horizontal Subnav w/ CSS & jQuery

Views 75465   downloads 19011   Menu & Navigation

This is a simple navigation with a horizontal subnav.In most cases we can achieve this effect purely with CSS, but since we have to attend to our red headed step child aka IE6, we will use a few lines…

108
Yays

jQuery MegaMenu

Views 14898   downloads 2474   Menu & Navigation

 the popular jQuery plugin A completely revamped JS and CSS code-base. Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu) Customizable menu show and hide effects, with…

115
Yays

jQuery Drop down Menu

Views 9575   downloads 1939   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure of jQuery…

160
Yays

multilevel tree menu jQuery

Views 23635   downloads 3197   Menu & Navigation

  This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way! JS call for the menu:   $(".myMenu").buildMenu({ template:"yourMenuVoiceTemplate",…

91
Yays

Sliding Jquery Menu

Views 8874   downloads 1812   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …