Submit your widget
153
Yays

jQuery Sliding Menu

Views 30648   downloads 3839   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 9749   downloads 1462   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 12356   downloads 1954   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 7795   downloads 1482   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 15233   downloads 3683   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 75437   downloads 19007   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…

100
Yays

AutoSprites - A jQuery Menu Plugin

Views 7949   downloads 1888   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 14888   downloads 2470   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 9564   downloads 1934   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 23616   downloads 3191   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 39376   downloads 8589   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 130603   downloads 27814   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 18684   downloads 2632   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 13357   downloads 2355   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 35012   downloads 5503   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.…