Submit your widget
109
Yays

Simple jQuery Alternate Plugin

2 years ago   Views 6395   downloads 683   Table

I recently required a light-weight unobtrusive javascript to set alternating styles on <table> rows and other elements (such as <li>s or <div>s). There are some options available, but…

133
Yays

Interactive Picture with jQuery(Image Tips)

2 years ago   Views 15134   downloads 2670   Tooltips

In this tutorial I will be showing you how to piece together an interactive picture – aka an image that contains tooltips and popup boxes. This can be useful for showing off a particular aspect…

160
Yays

HTML5 Demo: Drag and drop

2 years ago   Views 65826   downloads 1733   HTML5

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

161
Yays

Html5 canvas loading animation effect

2 years ago   Views 48919   downloads 2851   HTML5

Html5 canvas loading animation effect

457
Yays

Reorder and filter items with a nice shuffling animation(Quicksand)

2 years ago   Views 36790   downloads 2810   Image Effects

How it works At the very basic level, Quicksand replaces one collection of items with another. All you need to do is provide those two sets of items. You can do it in a couple of ways: Use plain HTML,…

197
Yays

Images Or Banner Rotator With jQuery

2 years ago   Views 22535   downloads 1824   Image Effects

How To Use It? Step 1 – XHTML The XHTML code of the banners is generated on the fly by PHP after a database query, and outputted to the page. Here is how the markup for a sample banner looks like:…

122
Yays

Phatfusion multiBox lightbox

2 years ago   Views 11133   downloads 1240   Lightbox & Dialog & Overlay

lightbox that supports jpg, gif, png, flash, flv, mov, wmv, mp3, html, iframe features supports a range of multimedia formats. auto detects format or you can specify the format. supports html descriptions.…

122
Yays

PiroBox lightbox with jQuery

2 years ago   Views 16836   downloads 2323   Lightbox & Dialog & Overlay

The gallery is simple to set up, and offers some great features: Built completely on the jQuery library Automatically resizes images based on browser window size Previous/Next links can be outside the…

81
Yays

Fancy Hover Effect with jQuery

2 years ago   Views 12578   downloads 1183   Image Effects

Very cool hover effect HTML   <div id="featured-wrap"> <div id="featured-content"> <a href="http://www.jardinesdelte.com/"><img alt="Jardines" src="2_s.jpg" /></a> <a…

106
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

2 years ago   Views 19687   downloads 2189   Slideshow & Scroller

How to setup You must include in your page’s HEAD section the jQuery library and the slider plugin : Add JavaScript Files: <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>…

188
Yays

Making Accordions with the Tabs(jquery)

2 years ago   Views 20407   downloads 3443   Accordion

HTML coding Our HTML layout is a bit different than in tabs. The accordion headers are positioned in front of the panes and everything is contained as a flat list inside a single root DIV element with…

107
Yays

Making a Mosaic Slideshow With jQuery & CSS

2 years ago   Views 14040   downloads 1530   Slideshow & Scroller

  We are making a jQuery & CSS mosaic gallery. Mosaic, because it will feature an interesting tile transition effect when moving from one slide to another. Step 1 – XHTML   The mosaic…

150
Yays

Slideshow Feature List

2 years ago   Views 22945   downloads 4820   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…

93
Yays

Sliding Boxes and Captions with jQuery

2 years ago   Views 14577   downloads 2484   Image Effects

Learn how to use JQuery animations to slide captions and images in and out of view. Don’t distract your visitors, show them only what they need to see. Come check out what you can do to juice up…

111
Yays

Fancy Sliding Form with jQuery

2 years ago   Views 11024   downloads 2141   Form

we are going to create a fancy sliding form that shows some validation feedback to the user after each step. This form saves a lot of space and is easy to access – it basically works like a slide…