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

102
Yays

jQuery Drop Down Menus

Views 9926   downloads 2685   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…

100
Yays

AutoSprites - A jQuery Menu Plugin

Views 7949   downloads 1888   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 9151   downloads 2288   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 45482   downloads 9213   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

jQuery Fluid Navigation–informative menu-bar

Views 15081   downloads 2437   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…

94
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8623   downloads 1826   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…

93
Yays

jQuery New Top Black Menu Bar like Google

Views 52689   downloads 9690   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 12356   downloads 1954   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 11826   downloads 1811   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 47181   downloads 7907   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 21826   downloads 6342   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 25708   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…

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

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

85
Yays

Awesome Notification tooltips Menu with jQuery

Views 27089   downloads 4754   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']…