Submit your widget
94
Yays

jQuery Dropdown menu

Views 7372   downloads 1841   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

138
Yays

CSS3 and jQuery menu

Views 15893   downloads 3336   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

96
Yays

animated menu with Sprites and jQuery

Views 7911   downloads 1841   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…

106
Yays

jQuery Awesome modal Navigation menu

Views 21978   downloads 2633   Menu & Navigation

We have a horizontal menu with a few categories. Each category has multiple subcategories and each such subcategory may contain a random number of products. For easier and faster movement of users thorough…

230
Yays

Super Cool jquery floating menu

Views 31034   downloads 5137   Menu & Navigation

A simple menu that “follows” page scrolling and expands on mouse over with css and jquery.

102
Yays

simple jQuery Drop Down menu

Views 11146   downloads 2742   Menu & Navigation

Introduction Alright, this time, we are going to make a drop down menu. The main objective is to make it as simple as possible, with some little jQuery effect and easy to customize/ apply different style…

118
Yays

simple CSS jQuery menu

Views 18084   downloads 3951   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.…

117
Yays

jQuery Very Long scroll Dropdown menus

Views 17356   downloads 2440   Menu & Navigation

jQuery Makes it Tick I’m going to dump the code all in here just for quick reference. I commented it, so it should be fairly easy to follow. It’s over 60 lines, but don’t worry too much,…

114
Yays

Easy jQuery drop down menus

Views 16925   downloads 3095   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

96
Yays

Vertical menu

Views 15686   downloads 3329   Menu & Navigation

A simple and lightweight prototype-based solution for vertical menu. Lightweight: ~1.32 KB Unobtrusive: Plays nice with JS turned off. Cross-browser: Full A-Graded browsers support Fully customizable:…

192
Yays

Jquery tab menu Wizard Plugin

Views 37978   downloads 6522   Menu & Navigation

After looking for a jquery plugin that will emulate a windows wizard I decided to make my own (with the help of cody lindley’s css step menu). The code: First we need a simple javascript function…

83
Yays

Mootools Elegant menu Fly-out

Views 9882   downloads 1886   Menu & Navigation

It’s a more elegant solution than regular fly-outs,Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript. [Update: You can now try out and…

381
Yays

Scalable menu with jQuery CSS3

Views 54660   downloads 9824   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…

98
Yays

super Simple-useful Drop Down menu

Views 19866   downloads 3697   Menu & Navigation

It is a One Level Drop-Down Menu with Timeout effect. Internet has a lot of scripts with the name "Drop Down Menu". One day I needed to make such menu for my site. I have rummaged a heap of sites and…

201
Yays

Multiple CSS Drop-Down menu with jQuery

Views 36452   downloads 8591   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…