Submit your widget
191
Yays

Automatic Image Slider with CSS & jQuery(red)

Views 174960   downloads 13079   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 31545   downloads 5198   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

Html5 canvas loading animation effect

Views 58711   downloads 5072   HTML5

Html5 canvas loading animation effect

190
Yays

Apple-style Slideshow Gallery With jQuery

Views 16899   downloads 3950   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 26856   downloads 4641   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 24799   downloads 4312   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…

187
Yays

Lightweight Tooltips With jQuery

Views 7446   downloads 1458   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 52213   downloads 11164   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 35459   downloads 7636   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 18763   downloads 2918   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 30174   downloads 5653   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 74453   downloads 3241   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 35174   downloads 6966   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 30713   downloads 4704   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…

183
Yays

Minimalistic Navigation Menu with CSS3

Views 29723   downloads 6214   Menu & Navigation

Today we are making something practical – a simple CSS3 animated navigation menu The XHTML The menu is organized as an unordered list. This is the most suitable structure for a menu, as it provides…