Submit your widget
1555
Yays

Nice "Flashy" menu with Jquery.

Views 52030   downloads 7554   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 40541   downloads 7701   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 41329   downloads 6147   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 54581   downloads 9810   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 35016   downloads 5504   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 54595   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 24967   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 27647   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 36402   downloads 8581   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 26828   downloads 4633   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 30672   downloads 4691   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 51741   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 24484   downloads 4957   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 30651   downloads 3840   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 40301   downloads 4777   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…