Submit your widget
86
Yays

jQuery and html5 Brush Stroke Navigation

Views 25739   downloads 5688   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 21852   downloads 6351   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 17071   downloads 4074   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 39588   downloads 7016   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 16137   downloads 3113   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 44898   downloads 1890   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 21589   downloads 4579   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 36451   downloads 8590   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 26136   downloads 6174   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 18082   downloads 3951   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 21972   downloads 2632   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 21222   downloads 4426   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 15890   downloads 3335   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 14243   downloads 1754   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…

113
Yays

imitating kwicks nice menu jQuery Plugin

Views 14530   downloads 2060   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"…