Submit your widget
76
Yays

simple Countdown Plugin jQuery

You've probably been to sites like RapidShare and MegaUpload that allow you to download files but make you wait a specified number of seconds before giving you the download link. I've created…

89
Yays

Cool countdown with jquery

This countdown has a great animation. This project is still at beta stage, soon i'll implement callbacks and stuff. Basic usage: $('#counter').countdown({startTime: "01:12:32:55"});…

71
Yays

Simple jQuery Drop-Down Menu

Views 9234   downloads 2718   Menu & Navigation

The biggest problem with javascript is that we can’t completely rely on it. It can easily be disabled, and once this happens, websites should still function correctly. Javascript powered sub-navigation…

83
Yays

POP dropdown menus with jQuery

Views 9774   downloads 2197   Menu & Navigation

Include the stylesheet, with any of your mods. <link href="/pop/stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/> Include jQuery and jquery.pop.js…

98
Yays

Useful dropdown menu with CSS3 jQuery

Views 28096   downloads 9615   Menu & Navigation

This CSS dropdown menu, without any additional Javascript code. There are no images used and, as usual, minimal HTML markup. HTML structure As you can see in the following lines, the HTML structure does…

234
Yays

Nice Multiple jQuery Mega Drop Down Menu

Views 47711   downloads 12822   Menu & Navigation

The article source:http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/ The Mega Drop Down Menu plugin takes standard nested lists and turns them into horizontal mega menus.…

118
Yays

jQuery vertical and horizontal dropdown menu

Views 39550   downloads 6998   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

Hover effect Drop-Down menu with CSS3 & jQuery

Views 29277   downloads 5299   Menu & Navigation

This is a really awesome menu in the browser. So I hope you'll enjoy learning some CSS3, but also how to create the base HTML for a drop-down menu and how to make it magical with jQuery. The HTML Lets…

98
Yays

Nice Dropdown Menu With jQuery

Views 12299   downloads 2524   Menu & Navigation

  Web designers and developers find themselves creating dropdown menus over and over. I’ve drilled dropdown menu production to a science. Seriously. Here’s the benefits of Brian Cray’s…

104
Yays

Awesome Drop Slide Menu With Jquery

Views 26318   downloads 5330   Menu & Navigation

dropSlideMenu is a simple (single-level support only), yet easily and highly-customisable drop-down menu with an attractive sliding effect. There are plenty of jQuery drop-down menu scripts already available,…

123
Yays

Cursor following translucent float menu jQuery CSS3

Views 11845   downloads 2378   Menu & Navigation

A website navigation menu that follows the cursor, created with the jQuery framework and CSS that’s easy to implement and configure. The idea behind the script was to create a floating navigation…

201
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36400   downloads 8581   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…

114
Yays

Easy jQuery drop down menus

Views 16893   downloads 3080   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

117
Yays

jQuery Very Long scroll Dropdown Menus

Views 17307   downloads 2429   Menu & Navigation

jQuery Makes it Tick I’m going to dump the code all in here just for quick reference. I commented it, so it should be fairly easy to follow. It’s over 60 lines, but don’t worry too much,…

101
Yays

simple jQuery Drop Down Menu

Views 11115   downloads 2727   Menu & Navigation

Introduction Alright, this time, we are going to make a drop down menu. The main objective is to make it as simple as possible, with some little jQuery effect and easy to customize/ apply different style…