Submit your widget
256
Yays

jQuery big Drop Down Menu

Views 39996   downloads 8764   Menu & Navigation

The large drop down menu is a good option for sites with a lot of navigation items. When the user hovers over one of the list items, the item enlarges to the width of the submenu and the submenu appears.

251
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 55776   downloads 8282   Menu & Navigation

Installation Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_vertical_menu.css" rel="stylesheet" type="text/css">…

243
Yays

Nice Multiple jQuery Mega Drop Down Menu

Views 48415   downloads 13064   Menu & Navigation

The article source:http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/ The Mega Drop Down Menu plugin takes standard nested lists and turns them into horizontal mega menus.…

237
Yays

Dynamic glide navigation with jQuery plugin

Views 46311   downloads 8204   Menu & Navigation

Dynamic menu with scrolling color glide followed, appropriate for personal entertainment blog and website which requires newfashioned style and personalization. Help Step1:include js and css files.  …

234
Yays

jQuery Colorful Content Accordion menu

Views 25524   downloads 5137   Menu & Navigation

We are making a simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.   Step 1 – XHTML   As you can see from the demo, the accordion…

233
Yays

Super Cool jquery floating menu

Views 31506   downloads 5307   Menu & Navigation

A simple menu that “follows” page scrolling and expands on mouse over with css and jquery.

221
Yays

jQuery and CSS3 Thumbnails Navigation Gallery

Views 28261   downloads 4625   Menu & Navigation

we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are going to use jQuery and some CSS3 properties for the style. The main idea is to have…

216
Yays

script.aculo.us Side bar menu

Views 30986   downloads 5226   Menu & Navigation

side bar menu using script.aculo.us

214
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 31426   downloads 3825   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

213
Yays

jQuery horizontal animated menu

Views 18461   downloads 3274   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

207
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36933   downloads 8781   Menu & Navigation

Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new…

201
Yays

Horizontal Subnav w/ CSS & jQuery

Views 76415   downloads 19248   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…

197
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31963   downloads 5377   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…

197
Yays

Nice Stack Menu With jQuery

Views 27347   downloads 4833   Menu & Navigation

This is a Stack Menu with jQuery UI widget. Now you can take any element and turn its children into the items of a stack menu. You can control when it opens and closes, the direction it opens, the size…

195
Yays

Jquery tab menu Wizard Plugin

Views 38421   downloads 6699   Menu & Navigation

After looking for a jquery plugin that will emulate a windows wizard I decided to make my own (with the help of cody lindley’s css step menu). The code: First we need a simple javascript function…