Submit your widget
189
Yays

Nice Stack Menu With jQuery

Views 26775   downloads 4611   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…

200
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36346   downloads 8562   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…

380
Yays

Scalable Menu with jQuery CSS3

Views 54487   downloads 9783   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…

118
Yays

simple CSS jQuery Menu

Views 18003   downloads 3920   Menu & Navigation

HTML This can’t get any simpler. Just make a valid nested unordered list with a root id of “navmenu-h” (for horizontal) or “navmenu-v” (for vertical) and you are all set.…

96
Yays

animated menu with Sprites and jQuery

Views 7847   downloads 1815   Menu & Navigation

Sprites are widely used on big sites (Yahoo!, Google, Amazon and more) but rarely for “normal” projects. I think this is due to two questions that usually stop us when it comes to learn something…

160
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24414   downloads 4938   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…

389
Yays

Sweet Menu JQuery

Views 40449   downloads 7677   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…

127
Yays

jQuery Vertical Slideshow

Views 29695   downloads 4499   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

89
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12521   downloads 2356   Menu & Navigation

[removed][removed] Creating right click with the help of jquery is real easy and can be implemented very quickly Step 1: Creating HTML Simply copy and paste the html next to the div to be right clicked.…

112
Yays

jQuery Fade Menu plugin

Views 13927   downloads 2664   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

123
Yays

jQuery accordion Plugin

Views 13125   downloads 2648   Menu & Navigation

This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 34951   downloads 4791   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

152
Yays

jQuery Sliding Menu

Views 30579   downloads 3818   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>…

214
Yays

jQuery and CSS3 Thumbnails Navigation Gallery

Views 27587   downloads 4429   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…

111
Yays

Floating HTML Menu Using jQuery and CSS

Views 26614   downloads 4195   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…