Submit your widget
115
Yays

CSS Swap Hover Effect

Views 12934   downloads 2361   Image Effects

It was requested that the product photo be swapped by its product description when the mouse hovers over it. This kind of effect is very interesting and easy to achieve, so I would like to share it with…

84
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 12965   downloads 1489   Image Effects

we’ll try to discuss how to make an image walking like in “The Wire Tumblr in Realtime”. Actually, that image walking makes use of a very simple technic; the script automatically prepends…

95
Yays

Simple Flip Puzzle Effect like Apple with jQuery

Views 11046   downloads 1716   Image Effects

Gradient and Flipping Technique I said that the advertisement makes use of puzzle paper effect. In order to create this effect, we give a lighting from certain angle to each block layer that we stacked…

171
Yays

Beautiful Coverflip with jQuery

Views 30012   downloads 4086   Slideshow & Scroller

jCoverflip depends upon: jQuery version 1.3 or later jQuery UI 1.7.2 (only the core of jQuery UI is required and the themes are not used) Add the styles to your site: .ui-jcoverflip { position: relative;…

161
Yays

jQuery dualSlider

Views 35570   downloads 6271   Slideshow & Scroller

A great option to have as a splash feature at the top of your site, highlights recent articles you want to advertise, that might have a nice graphic or even a video...basically anything you want. Plugin…

146
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 20855   downloads 2976   Image Effects

This time with zoom and sliding caption. HTML <!-- start thumbnailWrapper div --> <div class='thumbnailWrapper'> <ul> <li> <a href='#'><img src='images/1.jpg' /></a>…

107
Yays

Sliding door effect with JQuery

Views 11709   downloads 1738   Image Effects

HTML   <div class='box_container'> <img class='box_image' src='img.jpg' style='width:300px'/> Just some dummy text. </div> <div class='clear'></div>     The…

108
Yays

Image splitting effect with CSS and JQuery

Views 11302   downloads 1707   Image Effects

we are going to make an image splitting effect. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing…

81
Yays

a Canvas Slideshow with JQuery

Views 10795   downloads 2406   Slideshow & Scroller

First of all we create our “jquery enclosure” since we want to make sure we are using jquery and not other library! (function($) {})(jQuery); All standard till now, let’s start with…

96
Yays

Slide and hide section with jquery

Views 15983   downloads 2260   Slideshow & Scroller

Usiamo alcune semplici funzioni di jquery per creare alcuni effetti di sicuro successo. Realizziamo un semplice javascript che ci permetterà di far comparire e scomparire alcune slide a seconda…

107
Yays

a Slick and Accessible Slideshow Using jQuery

Views 19324   downloads 3161   Slideshow & Scroller

Setting the foundations The most important part of any good web component is a solid HTML structure. A semantic foundation means that your content will be web accessible in virtually all browser clients.…

160
Yays

A jQuery Cloud Zoom

Views 29425   downloads 8818   Image Effects

Cloud Zoom is a jQuery image zoom plugin, a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability…

99
Yays

jquery masked Gallery

Views 14253   downloads 2376   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

100
Yays

A jQuery Plugin for Zoomable, Interactive Maps

Views 12753   downloads 2520   Lightbox & Dialog & Overlay

Instructions There are four main components required to make the plugin run: the background images, links to pages that contain html data in the correct format, some CSS for style and finally the plugin…

91
Yays

jQuery Horizontal Box Slider

Views 13571   downloads 1713   Slideshow & Scroller

Horizontal Box Slider is using native scrolling. There are a lot of “carousels”, but none of them is using it. horizontal_box_slider.js is very tiny (≈2.75KB) framework agnostic “carousel”…