Submit your widget
86
Yays

jQuery and html5 Brush Stroke Navigation

Views 25710   downloads 5675   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 21829   downloads 6342   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 17043   downloads 4065   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 39549   downloads 6998   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 16097   downloads 3101   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 44867   downloads 1880   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 21554   downloads 4566   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 36400   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…

258
Yays

Display social icons in a beautiful way using CSS3

Views 26103   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 21936   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…

269
Yays

jQuery and CSS3 Random Rotation Menu

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

138
Yays

CSS3 and jQuery menu

Views 15867   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;}…

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…

112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14507   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"…