Submit your widget
190
Yays

Nice Stack Menu With jQuery

Views 26837   downloads 4634   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…

201
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36420   downloads 8584   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…

381
Yays

Scalable Menu with jQuery CSS3

Views 54602   downloads 9811   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 18063   downloads 3940   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 7891   downloads 1831   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 24494   downloads 4958   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…

390
Yays

Sweet Menu JQuery

Views 40551   downloads 7703   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…

128
Yays

jQuery Vertical Slideshow

Views 29778   downloads 4532   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…

90
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12565   downloads 2379   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 13989   downloads 2684   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 13195   downloads 2669   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 35089   downloads 4815   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…

153
Yays

jQuery Sliding Menu

Views 30665   downloads 3844   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 27659   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 26667   downloads 4215   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…