Submit your widget
191
Yays

Automatic Image Slider with CSS & jQuery(red)

Views 174896   downloads 13068   Slideshow & Scroller

With the release of the iPad and its lack of support for flash, it has stirred up a lot of debates regarding the future of flash. With this in mind, I believe it is wise to build simple…

191
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31524   downloads 5190   Menu & Navigation

Mega drop-down menus are not actually new, but more and more we see them on popular websites and blogs. With the ever increasing quantity of content on the web we have to figure out solutions to display…

190
Yays

Apple-style Slideshow Gallery With jQuery

Views 16878   downloads 3940   Slideshow & Scroller

We are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. It will be entirely front-end based, no PHP or databases required. So go ahead and…

190
Yays

Nice Stack Menu With jQuery

Views 26837   downloads 4634   Menu & Navigation

This is a Stack Menu with jQuery UI widget. Now you can take any element and turn its children into the items of a stack menu. You can control when it opens and closes, the direction it opens, the size…

190
Yays

Simple AJAX Driven tabs with jQuery

Views 24772   downloads 4303   Tabs

This example will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification…

189
Yays

Html5 canvas loading animation effect

Views 58666   downloads 5058   HTML5

Html5 canvas loading animation effect

187
Yays

Lightweight Tooltips With jQuery

Views 7430   downloads 1452   Tooltips

Query Tiper is an extremely lightweight jQuery tooltip which allows you to assign a tooltip to any element. Usage Using it is very simple, for example if you would like to give a link a tooltip you would…

187
Yays

Super simple Multi-level accordion jQuery plugin

Views 52177   downloads 11154   Accordion

This Jquery plugin makes creating accordions pain free. Just create an ul list and call the accordion javascript method and it is all done! Also it is super lightweight, just around 0.5kb. This Accordion…

185
Yays

Slideshow Feature List

Views 35416   downloads 7622   Slideshow & Scroller

Using Feature List requires a simple function call: $.featureList( $("#tabs li a"), $("#output li"), { start_item : 1 } ); // Alternative $('#tabs li a').featureList({ output : '#output li', start_item…

185
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

Views 18715   downloads 2900   Image Effects

Rotate3Di is a jQuery Effect Plugin that makes it possible to do an isometric 3D flip or 3D rotation of any HTML content. It also enables custom 3D rotation animations. CSS Transforms are used to create…

185
Yays

very Simple jQuery print plugin

Views 30149   downloads 5640   Lightbox & Dialog & Overlay

support: Firefox 3.6 IE 7&8 Chrome latest Printing is becoming more and more obsolete these days, however most website still do offer a print stylesheet . That being said print stylesheets are rarely…

184
Yays

HTML5 Demo: Drag and drop

Views 74425   downloads 3228   HTML5

Drag the list items over the dustbin, and drop them to have the bin eat the item

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35136   downloads 6956   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30681   downloads 4692   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…

182
Yays

CSS Navigation Rollovers With Drop-downs

Views 20244   downloads 4375   Menu & Navigation

This post is a continuation of Super Fantastic CSS Navigation Image Rollovers where we created CSS rollovers with a single image, so it would probably be a good idea for you to take a look at that post…