Submit your widget
129
Yays

jQuery Super Cool Vertical Scroll Menu

2 years ago   Views 24755   downloads 2923   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>…

247
Yays

jQuery Flip Menu using backgroundPosition Plugin

2 years ago   Views 26054   downloads 3779   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.…

89
Yays

Popout Menu with jQuery and CSS3

2 years ago   Views 14209   downloads 1643   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.

82
Yays

jQuery Advanced keypress navigation

2 years ago   Views 7973   downloads 768   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:…

153
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

2 years ago   Views 21887   downloads 2860   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…

130
Yays

jQuery Advanced docking Side Menu

2 years ago   Views 27007   downloads 3087   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…

81
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

2 years ago   Views 7520   downloads 1194   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…

125
Yays

jQuery Elastic vertical menu

2 years ago   Views 12710   downloads 2326   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…

117
Yays

jQuery simple Tree Menu

2 years ago   Views 26493   downloads 3476   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…

203
Yays

jQuery Colorful Content Accordion menu

2 years ago   Views 18406   downloads 3202   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…

360
Yays

Beautiful red vertical glide navigation menu jquery plugin

2 years ago   Views 32096   downloads 4183   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>…

214
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

2 years ago   Views 36792   downloads 4958   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">…