Submit your widget
104
Yays

jQuery Awesome Social Media Share Menu

Views 44821   downloads 1861   Menu & Navigation

we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make…

1554
Yays

Nice "Flashy" menu with Jquery.

Views 51936   downloads 7529   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

189
Yays

Nice Stack Menu With jQuery

Views 26776   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 36347   downloads 8563   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 54492   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 18004   downloads 3921   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 7848   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 24416   downloads 4939   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 40451   downloads 7678   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 29696   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 2357   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 34956   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 30580   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>…