Submit your widget
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…

103
Yays

jQuery Drop Down Menus

Views 9965   downloads 2700   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

101
Yays

AutoSprites - A jQuery Menu Plugin

Views 7988   downloads 1903   Menu & Navigation

Its purpose is to allow you to build an image-based menu with animated hover states as easily as possible and by using the most concise descriptions possible. To see the results on both a horizontal and…

100
Yays

A Keypress Navigation tabs jQuery

Views 9178   downloads 2299   Menu & Navigation

The key to a succesful website is the ease with which a user finds what they are looking for. Thus, it’s worth spending a lot of time and effort in creating both useful and visually appealing navigation…

100
Yays

Colorful jQuery animation slide menu

Views 45555   downloads 9229   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…

95
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8651   downloads 1836   Menu & Navigation

Inspired by Google Chrome bookmarks menu bar, this plugin can be used to group a long list of hyperlinks.   Create a new HTML document. Within the head of your document: Load the jQuery framework…

95
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15107   downloads 2448   Menu & Navigation

jQuery has made it simple for developers to define an idea or wireframe for a component and then implement it reasonably quickly, which has certainly helped it become the most popular JavaScript Framework…

93
Yays

jQuery New Top Black Menu Bar like Google

Views 52740   downloads 9705   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

91
Yays

A Stylish Navigation Menu With jQuery

Views 12386   downloads 1966   Menu & Navigation

As you may know, the first 20 seconds of a new visitor’s interaction with a website determine whether they are going to stay or leave. This means you have to follow common design practices and put…

90
Yays

jQuery sprite Fade Navigation Menu

Views 11864   downloads 1821   Menu & Navigation

What is a sprite? In case you aren’t sure, a CSS sprite is a large image, made up of all the smaller images you wish to use on your webpage. The benefits of using CSS sprites include: Page load…

89
Yays

Nice jQuery Walking Navigation

Views 47259   downloads 7923   Menu & Navigation

On a single page website with fixed position navigation, it will be nice to tell user on what section they are reading at. In this tutorial I am going to share how to create a walking navigation, on the…

86
Yays

Like Apple Navigation Dock jQuery Plugin

Views 21854   downloads 6351   Menu & Navigation

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

86
Yays

jQuery and html5 Brush Stroke Navigation

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

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

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

85
Yays

Awesome Notification tooltips Menu with jQuery

Views 27118   downloads 4777   Menu & Navigation

A jQuery plugin to add notification bubbles and a notification list to any menu. Usage var notifications = new $.ttwNotificationMenu({ colors:['#f56c7e', '#fec151', '#7ad2f4']…