Submit your widget
85
Yays

Beautiful Drop Down Menu with jquery

Views 30952   downloads 7608   Menu & Navigation

The demo is about a menu which has all the decent and stylish animated functionality. The HTML Structure As you can see in the PSD, there are Menu items and one Search Bar on right side. The HTML for…

84
Yays

Flickr horizontal menu(jQuery)

Views 8654   downloads 1579   Menu & Navigation

This is  very nice, simple and useful menu, developed with jQuery. If we can use js framewords why not, jQuery it’s very easy to use for traversing the DOM. The menu can be very easy implement…

84
Yays

Bounce out Vertical menu with jQuery CSS3

Views 11938   downloads 2049   Menu & Navigation

So here will create a simple bounce out vertical menu with the help of little bit css3 and jquery framework. Beautiful navigation menu can stand out your website from the crowd of creative navigations.…

84
Yays

Awesome Notification tooltips Menu with jQuery

Views 26601   downloads 4600   Menu & Navigation

A jQuery plugin to add notification bubbles and a notification list to any menu. Usage var notifications = new $.ttwNotificationMenu({ colors:['#f56c7e', '#fec151', '#7ad2f4']…

83
Yays

JQuery Navigation

Views 7550   downloads 1490   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…

83
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 13748   downloads 1597   Menu & Navigation

we'll show you how to create a navigation menu that slides horizontally. It begins with a set of "tabs" on the right side of a containing element. When clicked, a tab slides to the left to reveal a group…

83
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26289   downloads 8338   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…

82
Yays

Simple CSS3 Dropdown Menu

Views 7591   downloads 1286   Menu & Navigation

As we know, CSS3 has many good features for help us creating more sweet User Interface. One of them is box shadow, it helps us adding shadow effect on each styled element. You must be familiar with drop…

82
Yays

jQuery feed menus

Views 9253   downloads 1688   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

Mootools Elegant Menu Fly-out

Views 9449   downloads 1733   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…

82
Yays

POP dropdown menus with jQuery

Views 9403   downloads 2002   Menu & Navigation

Include the stylesheet, with any of your mods. <link href="/pop/stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/> Include jQuery and jquery.pop.js…

81
Yays

DropDown CSS Menu

Views 7047   downloads 1434   Menu & Navigation

The structure of our menu is based on a simple un-ordered list. HTML   <ul id="nav"> <li><a href="#">Home</a></li> <li><a href="#">Services</a> <ul>…

81
Yays

Animated Navigation Menu From Stratch jQuery

Views 6361   downloads 1494   Menu & Navigation

Animation Technique Basically, the animation technique that we are going to use is the simple one. We only need to add a span navigator which has a position property with value absolute on our menu list.…

81
Yays

Color Fading Menu with jQuery

Views 7468   downloads 1344   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…

81
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9349   downloads 1336   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.…