Submit your widget
82
Yays

jQuery good Dropdown Menu Tooltips

Views 31358   downloads 5304   Menu & Navigation

Within the jQuery library it’s possible to create some fantastic effects. These can enhance the overall user experience dramatically and often work hand-in-hand with new CSS3 and HTML5 techniques.…

86
Yays

jQuery and html5 Brush Stroke Navigation

Views 25719   downloads 5679   Menu & Navigation

You can see the folder structure. It is quite simple. A folder for images, another for script files, one HTML file and a CSS file. The Content – HTML5 We’ll be using some HTML5 elements to…

86
Yays

Like Apple Navigation Dock jQuery Plugin

Views 21838   downloads 6346   Menu & Navigation

1) Menu structure <!-- HTML FILE --> <ul id="targetMenu"> <!-- use <li class="navActive"> to set active icon menu --> <li> <a href="#">…

72
Yays

jQuery browser mobile window chooser

Views 17055   downloads 4070   Menu & Navigation

It's always fun to play with jQuery especially when you are trying to recreate something that you enjoy using. One such thing is window chooser in Opera Mobile browser where opened windows are positioned…

118
Yays

jQuery vertical and horizontal dropdown menu

Views 39568   downloads 7007   Menu & Navigation

The article source:http://plugins.jquery.com/project/naviDropDown Here is a jQuery plugin which allows you to create a simple drop down menu, utilising hoverIntent, and jQuery’s own slideUp and…

107
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16110   downloads 3104   Menu & Navigation

With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on…

104
Yays

jQuery Awesome Social Media Share Menu

Views 44877   downloads 1882   Menu & Navigation

we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make…

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…

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…

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.…

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…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21203   downloads 4416   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…

138
Yays

CSS3 and jQuery menu

Views 15874   downloads 3328   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;}…

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14226   downloads 1747   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…