Submit your widget
102
Yays

an Animated Navigation with jQuery

Views 12541   downloads 2523   Menu & Navigation

The idea is to build a menu that just displays icons, when the user rolls over each icon the text will appear below. The icon will also have a roll over state to help highlight the menu item. Getting…

120
Yays

jQuery Rollover Nav Bar

Views 8420   downloads 1438   Menu & Navigation

Here’s a simple jquery nav bar with animated rollover effects. The page titles roll up to reveal page descriptions underneath.  Here’s the jQuery, hover.js: $(function() { var navButtons…

127
Yays

jQuery style menu with CSS3

Views 13976   downloads 3232   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

111
Yays

Jquery Horizontal Slide Navigation

Views 15190   downloads 3173   Menu & Navigation

This is a spectacular sliding navigation whose animation is triggered when the user hovers over a navigation item. HTML Structures     <ul> <li><a href="#" title="" class="home"><p><strong>Title</strong><br…

214
Yays

jQuery and CSS3 Thumbnails Navigation Gallery

Views 27634   downloads 4442   Menu & Navigation

we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are going to use jQuery and some CSS3 properties for the style. The main idea is to have…

82
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9744   downloads 1458   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.…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26651   downloads 4210   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51732   downloads 12374   Menu & Navigation

This is a simple Accordion collapsing menu done in JQuery. Links with subitems under them will expand the submenu when clicked. Items that don't have subitems are normal links.. The menu initialises with…

91
Yays

A Stylish Navigation Menu With jQuery

Views 12354   downloads 1950   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…

83
Yays

jQuery feed menus

Views 9648   downloads 1830   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

82
Yays

Color Fading Menu with jQuery

Views 7792   downloads 1478   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 15227   downloads 3681   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 75407   downloads 19003   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 7944   downloads 1885   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 14882   downloads 2465   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…