Submit your widget
94
Yays

jQuery Dropdown Menu

Views 7525   downloads 1889   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…

94
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

Views 24272   downloads 7820   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

93
Yays

Sliding Jquery Menu

Views 9049   downloads 1878   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。  …

93
Yays

A Stylish Navigation Menu With jQuery

Views 12510   downloads 2014   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…

93
Yays

jQuery sliding menu revisited

Views 7284   downloads 2209   Menu & Navigation

The markup the script and the css style <ul id="iconbar"> <li><a href="#"> <img src="key.gif" alt="" /> <span>Change your password</span> </a></li> <li><a…

92
Yays

Pure CSS3 Chunky Menu

Views 11708   downloads 2165   Menu & Navigation

css   #top_navigation { background : transparent; width: 800px; height : 77px; list-style : none; margin-top : 7px; margin-bottom : 11px; width : 100%; } ul.nav { background : transparent; width:…

91
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12723   downloads 2441   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.…

90
Yays

jQuery “flash like” menu

Views 10315   downloads 2000   Menu & Navigation

When you rollover one item of your menu, the font-size expand to 225%, the color fade to yellow and the other items are giving more space to the hovered item, when you roll out it will take its place…

90
Yays

jQuery sprite Fade Navigation Menu

Views 12031   downloads 1865   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…

90
Yays

awesome Wheel Menu with CSS3

Views 38069   downloads 7261   Menu & Navigation

There’s no better way to learn CSS3 than to get your hands dirty on an actual project and that’s exactly what we’re going to do. I’m going to teach you how to create an awesome,…

90
Yays

Pure CSS3 Vertial Animated Menu

Views 38598   downloads 10007   Menu & Navigation

This short script will show you how to create a colorful, yet simple and elegant navigation menu using nothing but CSS 3. Since the latest version of CSS and mainly it’s animation part is not supported…

89
Yays

Nice jQuery Walking Navigation

Views 47453   downloads 7981   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…

88
Yays

Like Apple Navigation Dock jQuery Plugin

Views 21987   downloads 6426   Menu & Navigation

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

88
Yays

simple google style Dropdown menu with jQuery

Views 20570   downloads 4932   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…

87
Yays

jQuery feed menus

Views 9862   downloads 1920   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…