Submit your widget
95
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8625   downloads 1827   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 15086   downloads 2439   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 Dropdown Menu

Views 7339   downloads 1829   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…

91
Yays

Sliding Jquery Menu

Views 8869   downloads 1811   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。  …

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"});…

86
Yays

simple google style Dropdown menu with jQuery

Views 20383   downloads 4872   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…

86
Yays

Beautiful Drop Down Menu with jquery

Views 31489   downloads 7810   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…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26891   downloads 8568   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…

84
Yays

Countdown jQuery Slick Image Slider Plugin

Views 26746   downloads 6193   Slideshow & Scroller

Sick of confusing and bloated image sliders that never work? Rock ZURB's Orbit for a mere 4KB Note: Works best in Chrome, Safari, FF3.5+ (but is tested for IE7+, FF3.5+, Chrome and Safari) The new…

83
Yays

jQuery feed menus

Views 9661   downloads 1841   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…

83
Yays

POP dropdown menus with jQuery

Views 9777   downloads 2199   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…

82
Yays

Very stylish jQuery Countdown Timer

When building a coming soon or event page, you find yourself in search for a good way to display the remaining time. A countdown gives the feel of urgency, and combined with an email field will yield…

78
Yays

JQuery animation Drop Down Menus

Views 29364   downloads 7088   Menu & Navigation

Hi dear readers, this is a fancy drop down menus with CSS and JQuery. the demo used jQuery animate function and CSS to put some stylish effects and used a background for navigation. Support: Firefox,…

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…

72
Yays

useful Tabbed Menu with jQuery

Views 44143   downloads 11665   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…