Submit your widget
13
Yays

simple slide navigation with JQuery plugin

Views 9574   downloads 1568   Menu & Navigation

This is a  simple JQuery plugin which turns a nested unordered list of links into a beautiful vertical multi-level slide navigation, with ability to preserve expanded sub-menus between sessions by…

19
Yays

jQuery force directed graph layout algorithm --Springy

Views 10068   downloads 1306   Menu & Navigation

Springy is a force directed graph layout algorithm. So what does this “force directed” stuff mean anyway? Excellent question! It means that springy uses some real world physics to try and…

94
Yays

jQuery and CSS3 Animation effect

Views 40934   downloads 7673   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

136
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52017   downloads 11160   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

53
Yays

jQuery BBC News Map menu plugin

Views 21102   downloads 2797   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>…

20
Yays

Scroll Links Box Navigation Menu-BoxyMenu

Views 2584   downloads 453   Menu & Navigation

BoxyMenu is a simple and fast navigation menu plugin that renders smoothly in all major web browsers. It is simple to customize and can be plugged in to any website or web application. BoxyMenu Parameters…

145
Yays

Cool JQuery and CSS3 Animation Menu

Views 24252   downloads 4864   Menu & Navigation

The menu is simple, but unique. Script structure: HTML: <div id="menu"> <ul id="nav"> <li> <a href="#" class="icon1"> <span>Home Page</span>…

83
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26789   downloads 8535   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…

73
Yays

super cool easing and hoverIntent navigation with jQuery

Views 17000   downloads 3281   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…

1565
Yays

jQuery Sliding hover Animated Menu

Views 52460   downloads 8105   Menu & Navigation

we’ll be building a cool Animated navigation list complete with a sliding hover effect. We’ll build the design to work without jQuery first of all to ensure it’s widely accessible to…

106
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16002   downloads 3077   Menu & Navigation

With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on…

1554
Yays

Nice "Flashy" menu with Jquery.

Views 51919   downloads 7521   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

380
Yays

Scalable Menu with jQuery CSS3

Views 54462   downloads 9776   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…

209
Yays

jQuery horizontal animated menu

Views 17931   downloads 3063   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

169
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

Views 44840   downloads 6186   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…