Submit your widget
1555
Yays

Nice "Flashy" menu with Jquery.

Views 52022   downloads 7553   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

390
Yays

Sweet Menu JQuery

Views 40536   downloads 7700   Menu & Navigation

Sweet Menu takes an ordinary unordered list of links and makes it a sweet looking menu. It does this by utilizing jQuery and it’s plugin system. Simply include the jQuery library, the Sweet Menu…

385
Yays

Beautiful red vertical glide navigation menu jquery plugin

Views 41321   downloads 6146   Menu & Navigation

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

381
Yays

Scalable Menu with jQuery CSS3

Views 54576   downloads 9809   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35012   downloads 5503   Menu & Navigation

Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good. Sometimes, simplicity is the most beautiful thing.…

243
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54589   downloads 8027   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">…

227
Yays

jQuery Colorful Content Accordion menu

Views 24965   downloads 4953   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…

214
Yays

jQuery and CSS3 Thumbnails Navigation Gallery

Views 27643   downloads 4445   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…

201
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36394   downloads 8579   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…

190
Yays

Nice Stack Menu With jQuery

Views 26826   downloads 4629   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…

184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30671   downloads 4690   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51738   downloads 12379   Menu & Navigation

This is a simple Accordion collapsing menu done in JQuery. Links with subitems under them will expand the submenu when clicked. Items that don't have subitems are normal links.. The menu initialises with…

160
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24483   downloads 4956   Menu & Navigation

we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the…

153
Yays

jQuery Sliding Menu

Views 30648   downloads 3839   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

147
Yays

jQuery Advanced docking Side Menu

Views 40297   downloads 4776   Menu & Navigation

How Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality.Similar Side Menu Effects The…