Submit your widget
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…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26654   downloads 4213   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 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…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35080   downloads 4713   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 35010   downloads 5501   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 19585   downloads 2651   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 11522   downloads 1478   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 30670   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…

147
Yays

jQuery Advanced docking Side Menu

Views 40292   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…

92
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10381   downloads 1989   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 16710   downloads 3762   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 43493   downloads 6075   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 24963   downloads 4952   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 41320   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>…

243
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54587   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">…