Submit your widget
174
Yays

Simple JQuery Accordion Collapsing menu

Views 51726   downloads 12370   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…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35066   downloads 4705   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 34992   downloads 5494   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.…

104
Yays

Popout Menu with jQuery and CSS3

Views 19573   downloads 2644   Menu & Navigation

The Popout Menu let’s you display menu options in a vertical manner. When clicked, the menu shows its items in a stack manner.

96
Yays

jQuery Advanced keypress navigation

Views 11513   downloads 1469   Menu & Navigation

The script is (a bit) advanced because of the extra functionality when the user combines the mouse hover and keypresses.   HTML   The HTML that I came up with isn't that hard to understand:…

184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30656   downloads 4683   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…

147
Yays

jQuery Advanced docking Side Menu

Views 40283   downloads 4769   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…

92
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10372   downloads 1983   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

137
Yays

jQuery Elastic vertical menu

Views 16697   downloads 3754   Menu & Navigation

jQuery OS X Stack and Drop Stack It’s super lightweight (~1kb) and is a really creative “outside the box” method of navigation for a website. It might be a little awkward having the…

146
Yays

jQuery simple Tree Menu

Views 43480   downloads 6069   Menu & Navigation

This is Custom Events, and the Special Events API in jQuery Web pages, for the most part, are event-driven. Libraries such as jQuery have provided helper methods to make this functionality much easier…

227
Yays

jQuery Colorful Content Accordion menu

Views 24948   downloads 4944   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…

385
Yays

Beautiful red vertical glide navigation menu jquery plugin

Views 41291   downloads 6138   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>…

243
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54558   downloads 8016   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">…