Submit your widget
153
Yays

jQuery Sliding Menu

Views 30652   downloads 3840   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 9752   downloads 1463   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 12360   downloads 1956   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 7798   downloads 1485   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 15237   downloads 3685   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 75445   downloads 19008   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 7950   downloads 1890   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 14893   downloads 2473   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 9569   downloads 1936   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 23619   downloads 3192   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 39381   downloads 8591   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 130620   downloads 27818   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 18687   downloads 2635   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 13362   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 35018   downloads 5504   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.…