Submit your widget
153
Yays

jQuery Sliding Menu

Views 30694   downloads 3853   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>…

82
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9774   downloads 1472   Menu & Navigation

We will show you how to create a horizontal menu with floating effect by using jquery.easing and jquery animate function. It's a simple effect but the final product is quite nice looking and elegant.…

91
Yays

A Stylish Navigation Menu With jQuery

Views 12385   downloads 1966   Menu & Navigation

As you may know, the first 20 seconds of a new visitor’s interaction with a website determine whether they are going to stay or leave. This means you have to follow common design practices and put…

82
Yays

Color Fading Menu with jQuery

Views 7820   downloads 1495   Menu & Navigation

This example was used jQuery and the jQuery Colour plugin.What we need is a div containing two things; an anchor element and another div, which I will refer to as the subDiv. The subDiv will display the…

122
Yays

Animated Navigation with CSS & jQuery

Views 15263   downloads 3696   Menu & Navigation

Fancy but a very simple technique! The good thing about this technique is that it degrades gracefully and is still accessible even if js is turned off. Step 1. Wireframe – HTML This part is very…

195
Yays

Horizontal Subnav w/ CSS & jQuery

Views 75524   downloads 19023   Menu & Navigation

This is a simple navigation with a horizontal subnav.In most cases we can achieve this effect purely with CSS, but since we have to attend to our red headed step child aka IE6, we will use a few lines…

101
Yays

AutoSprites - A jQuery Menu Plugin

Views 7986   downloads 1903   Menu & Navigation

Its purpose is to allow you to build an image-based menu with animated hover states as easily as possible and by using the most concise descriptions possible. To see the results on both a horizontal and…

108
Yays

jQuery MegaMenu

Views 14922   downloads 2484   Menu & Navigation

 the popular jQuery plugin A completely revamped JS and CSS code-base. Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu) Customizable menu show and hide effects, with…

115
Yays

jQuery Drop down Menu

Views 9606   downloads 1950   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure of jQuery…

160
Yays

multilevel tree menu jQuery

Views 23659   downloads 3208   Menu & Navigation

  This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way! JS call for the menu:   $(".myMenu").buildMenu({ template:"yourMenuVoiceTemplate",…

254
Yays

jQuery big Drop Down Menu

Views 39419   downloads 8601   Menu & Navigation

The large drop down menu is a good option for sites with a lot of navigation items. When the user hovers over one of the list items, the item enlarges to the width of the submenu and the submenu appears.

1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 130743   downloads 27835   Menu & Navigation

we will create a unique sliding box navigation. The idea is to make a box with the menu item slide out, while a thumbnail pops up. We will also include a submenu box with further links for some of the…

125
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 18727   downloads 2652   Menu & Navigation

Very stripped down code and minimal styling, yet still have all the functionality typically needed.Here are the features: Cross-browser compatible (even IE 6) Multi-level and retains “trail”…

114
Yays

jQuery Simple Lava Lamp Menu

Views 13383   downloads 2368   Menu & Navigation

  Lava Lamp Menu is one of the favourite menu that has been using by some websites. It has a jQuery plugin for it, we're not reinventing the wheel, but it will be good to know how it works, how to…

259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35068   downloads 5516   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.…