Submit your widget
94
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15047   downloads 2419   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

jQuery and CSS3 Animation effect

Views 40949   downloads 7678   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

93
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8584   downloads 1808   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 Dropdown Menu

Views 7302   downloads 1811   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

92
Yays

jQuery New Top Black Menu Bar like Google

Views 52630   downloads 9667   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

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10352   downloads 1973   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

90
Yays

Sliding Jquery Menu

Views 8826   downloads 1795   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …

90
Yays

A Stylish Navigation Menu With jQuery

Views 12329   downloads 1940   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…

89
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12521   downloads 2357   Menu & Navigation

[removed][removed] Creating right click with the help of jquery is real easy and can be implemented very quickly Step 1: Creating HTML Simply copy and paste the html next to the div to be right clicked.…

89
Yays

jQuery sprite Fade Navigation Menu

Views 11785   downloads 1793   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…

88
Yays

Nice jQuery Walking Navigation

Views 47123   downloads 7885   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 21798   downloads 6324   Menu & Navigation

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

85
Yays

jQuery and html5 Brush Stroke Navigation

Views 25654   downloads 5653   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

simple google style Dropdown menu with jQuery

Views 20333   downloads 4853   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…

85
Yays

Beautiful Drop Down Menu with jquery

Views 31431   downloads 7784   Menu & Navigation

The demo is about a menu which has all the decent and stylish animated functionality. The HTML Structure As you can see in the PSD, there are Menu items and one Search Bar on right side. The HTML for…