Submit your widget
86
Yays

simple google style Dropdown menu with jQuery

Views 20380   downloads 4871   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…

86
Yays

Beautiful Drop Down Menu with jquery

Views 31485   downloads 7809   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…

85
Yays

Flickr horizontal menu(jQuery)

Views 9025   downloads 1715   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…

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14214   downloads 1745   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…

85
Yays

Awesome Notification tooltips Menu with jQuery

Views 27089   downloads 4754   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']…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26888   downloads 8567   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…

85
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

Views 23988   downloads 7733   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

84
Yays

JQuery Navigation

Views 7863   downloads 1626   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…

84
Yays

jQuery cool auto moving submenu

Views 37485   downloads 7463   Menu & Navigation

we’re going to create an automatic moving submenu based on selected its parent. Each submenu is horizontally stacked, sequentially in the order of their parent menu. So when user moving their cursor…

83
Yays

Simple CSS3 Dropdown Menu

Views 7965   downloads 1427   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…

83
Yays

jQuery feed menus

Views 9657   downloads 1840   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…

83
Yays

Mootools Elegant Menu Fly-out

Views 9849   downloads 1878   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…

83
Yays

POP dropdown menus with jQuery

Views 9774   downloads 2197   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…

82
Yays

DropDown CSS Menu

Views 7376   downloads 1559   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>…

82
Yays

Animated Navigation Menu From Stratch jQuery

Views 6711   downloads 1631   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.…