Submit your widget
214
Yays

jQuery and CSS3 Thumbnails Navigation Gallery

Views 27636   downloads 4442   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…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26651   downloads 4210   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51732   downloads 12375   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 35074   downloads 4711   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 34999   downloads 5498   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 19580   downloads 2648   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 11519   downloads 1474   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 30663   downloads 4687   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 40290   downloads 4774   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 10378   downloads 1987   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 16705   downloads 3758   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 43488   downloads 6072   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 24955   downloads 4948   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 41304   downloads 6143   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 54572   downloads 8022   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">…