Submit your widget
190
Yays

Nice Stack Menu With jQuery

Views 26827   downloads 4631   Menu & Navigation

This is a Stack Menu with jQuery UI widget. Now you can take any element and turn its children into the items of a stack menu. You can control when it opens and closes, the direction it opens, the size…

201
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36398   downloads 8581   Menu & Navigation

Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new…

381
Yays

Scalable Menu with jQuery CSS3

Views 54577   downloads 9810   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…

114
Yays

Easy jQuery drop down menus

Views 16891   downloads 3079   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

117
Yays

jQuery Very Long scroll Dropdown Menus

Views 17307   downloads 2429   Menu & Navigation

jQuery Makes it Tick I’m going to dump the code all in here just for quick reference. I commented it, so it should be fairly easy to follow. It’s over 60 lines, but don’t worry too much,…

258
Yays

Display social icons in a beautiful way using CSS3

Views 26102   downloads 6162   Menu & Navigation

When you hover a icon, a small tooltip is displayed with the name of the social media. All other icons have a low opacity. I wanted to take this concept and bring it to the next level using CSS3 transitions.…

118
Yays

simple CSS jQuery Menu

Views 18050   downloads 3937   Menu & Navigation

HTML This can’t get any simpler. Just make a valid nested unordered list with a root id of “navmenu-h” (for horizontal) or “navmenu-v” (for vertical) and you are all set.…

106
Yays

jQuery Awesome modal Navigation Menu

Views 21935   downloads 2619   Menu & Navigation

We have a horizontal menu with a few categories. Each category has multiple subcategories and each such subcategory may contain a random number of products. For easier and faster movement of users thorough…

96
Yays

animated menu with Sprites and jQuery

Views 7885   downloads 1830   Menu & Navigation

Sprites are widely used on big sites (Yahoo!, Google, Amazon and more) but rarely for “normal” projects. I think this is due to two questions that usually stop us when it comes to learn something…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21187   downloads 4414   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

112
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 14208   downloads 2350   Menu & Navigation

Drop-down menus are an excellent feature because they help clean up a busy layout. When structured correctly, drop-down menus can be a great navigation tool, while still being an attractive design feature.…

138
Yays

CSS3 and jQuery menu

Views 15866   downloads 3325   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

94
Yays

jQuery Dropdown Menu

Views 7339   downloads 1829   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14212   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…

112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14506   downloads 2046   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…