Submit your widget
123
Yays

Cursor following translucent float menu jQuery CSS3

Views 11857   downloads 2382   Menu & Navigation

A website navigation menu that follows the cursor, created with the jQuery framework and CSS that’s easy to implement and configure. The idea behind the script was to create a floating navigation…

151
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21566   downloads 4572   Menu & Navigation

Fancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how…

1555
Yays

Nice "Flashy" menu with Jquery.

Views 52047   downloads 7558   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…

190
Yays

Nice Stack Menu With jQuery

Views 26838   downloads 4634   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 36421   downloads 8585   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 54608   downloads 9813   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…

192
Yays

Jquery tab menu Wizard Plugin

Views 37944   downloads 6515   Menu & Navigation

After looking for a jquery plugin that will emulate a windows wizard I decided to make my own (with the help of cody lindley’s css step menu). The code: First we need a simple javascript function…

144
Yays

JQuery Draggable Sitemap

Views 22189   downloads 3656   Menu & Navigation

There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce…

114
Yays

Easy jQuery drop down menus

Views 16902   downloads 3086   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 17328   downloads 2434   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 26115   downloads 6168   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 18065   downloads 3941   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.…

101
Yays

simple jQuery Drop Down Menu

Views 11126   downloads 2732   Menu & Navigation

Introduction Alright, this time, we are going to make a drop down menu. The main objective is to make it as simple as possible, with some little jQuery effect and easy to customize/ apply different style…

230
Yays

Super Cool jquery floating menu

Views 31006   downloads 5128   Menu & Navigation

A simple menu that “follows” page scrolling and expands on mouse over with css and jquery.

106
Yays

jQuery Awesome modal Navigation Menu

Views 21951   downloads 2624   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…