Submit your widget
74
Yays

super cool easing and hoverIntent navigation with jQuery

Views 17092   downloads 3312   Menu & Navigation

Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration… View the demo for an example… Include…

72
Yays

jQuery browser mobile window chooser

Views 17048   downloads 4067   Menu & Navigation

It's always fun to play with jQuery especially when you are trying to recreate something that you enjoy using. One such thing is window chooser in Opera Mobile browser where opened windows are positioned…

72
Yays

Swing slide menu with jQuery

Views 16817   downloads 3553   Menu & Navigation

With a few lines of jQuery you can do a lot ("write less, do more ...") as a small menu that swing and all that without really getting tired ... We start by creating a set of elements of type…

72
Yays

useful Tabbed Menu with jQuery

Views 44143   downloads 11665   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

71
Yays

Simple jQuery Drop-Down Menu

Views 9235   downloads 2719   Menu & Navigation

The biggest problem with javascript is that we can’t completely rely on it. It can easily be disabled, and once this happens, websites should still function correctly. Javascript powered sub-navigation…

70
Yays

Awesome Right Click Menu with jQuery

Views 13125   downloads 2436   Menu & Navigation

Here is the small tutorial for you. Step 1 :- Write the HTML coding of your page. <script src="jquery.js" type="text/javascript"> </script> <script type="text/javascript">//…

69
Yays

Grooveshark-style slide menu with jQuery

Views 16195   downloads 2782   Menu & Navigation

The 'old' grooveshark user interface featured a really cool menu effect built in Flash. You'd click on a artist and the menu would slide 'ipod style' to the left from the right. I…

69
Yays

One Page scroll Navigation with jQuery Plugin

Views 39527   downloads 7514   Menu & Navigation

there have a freelance project where a one-page site makes sense, The Markup there with an unordered list for the navigation and a bunch of sections: <ul id="nav"> <li class="current"><a…

66
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

Views 19625   downloads 4389   Menu & Navigation

This is a dropdown menu with parental tabs (as first level). Part of the work we pass on to the shoulders of jQuery (switching tabs, display popups). In the current version – we have three levels…

66
Yays

Animation Bottom Navigation Bar with CSS3

Views 17073   downloads 2983   Menu & Navigation

Don't support ie. this is nice CSS3 bottom navigation menu. and will sliding drop down menu with fixed position in bottom of screen. Also, use jQuery for sliding effects. Step 1. HTML Here are html…

63
Yays

Navigation bar on the right of the page with jQuery

Views 18747   downloads 2788   Menu & Navigation

Flexible Nav is a small jQuery library which add a smart navigation bar on the right of the page. It improves a web page navigation and helps to visualize different sections of a document, an article,..…

62
Yays

CSS3 and jQuery Blur Menu

Views 17312   downloads 3557   Menu & Navigation

In this experiment will show you how to achieve a simple blur effect applied on menu elements. HTML The first step is to lay down the HTML markup. Our structure is very simple. <div class="menu">…

62
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27566   downloads 5578   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

54
Yays

jQuery BBC News Map menu plugin

Views 21176   downloads 2822   Menu & Navigation

The BBC News Map cleverly breaks England into 10 square-boundary regions, allowing them to make each region out of several <span> tags rather than one <area> tag. The use of the <span>…

43
Yays

sticky page scroll down menu with jQuery

Views 15753   downloads 4635   Menu & Navigation

Smint is a simple jQuery plugin that helps with the navigation on one page style websites.    It has 2 main elements, a sticky navigation bar that stays at the top of the page while you scroll…