Submit your widget
96
Yays

CSS3 Gradient Background

Views 9858   downloads 1738   Image Effects

WebKit browsers paved the way with CSS based gradients. Now Firefox 3.6 is out and is supporting them as well, which makes using them for progressive enhancement all the more appealing. More good news,…

98
Yays

QuickFlip 2: The jQuery Flipping Plugin

Views 10129   downloads 2192   Image Effects

QuickFlip works by using an animation shortcut that is barely noticeable when flipped quickly (hence the name). This shortcut improves performance while allowing the flip effect to work smoothly with…

100
Yays

Reel images 360°3D view jQuery plugin

Views 18343   downloads 2243   Image Effects

An image is worth a thousand words. And what about the moving one! Try reel for yourself. Place your mouse pointer over images above. And roll your mouse wheel up/down or drag the image left/right. How…

90
Yays

jQuery Captify Simple Animated Image Captions

Views 16231   downloads 3058   Image Effects

Using the ALT-attribute method: <img src="theimage.jpg" class="captify" alt="Caption Text" />   DIV-linked-by-REL-attribute Method: <img src="theimage.jpg" class="captify" rel="caption1"…

72
Yays

CSS Image Switcher

Views 8215   downloads 1653   Image Effects

Roll over a link, watch the image above change. That’s what we build in this screencast, only we don’t use any JavaScript to do it. The trick is some simple z-index switching on hover and…

94
Yays

Standard zoom(jquery)

Views 10278   downloads 3112   Image Effects

Add first the last jQuery release, then the jQZoom script(don't forget this),the correct order is important.Look at the installation code below. <script type='text/javascript' src='js/jquery-1.2.6.js'></script>…

117
Yays

jQuery virtual tour

Views 26873   downloads 3806   Image Effects

This is an extension to the simple panorama viewer that allows you to play a little bit more with jQuery by adding interactivity to transform some panoramic views into a virtual tour !   Introduction…

108
Yays

Animated InnerFade with JQuery

Views 16291   downloads 2100   Slideshow & Scroller

Présentation Ce plugin pour jQuery est une extension du travail de Torsten Baldes : InnerFade with JQuery. Nous avons ajouté :  un effet de mouvement sur les images à…

96
Yays

Greyscale Hover Effect CSS & jQuery

Views 34895   downloads 4529   Image Effects

Wireframe – HTML First set up an unordered list which we will use as our foundation for the list of gallery images. <ul class="gallery"> <li> <a href="#" class="thumb"><span><img…

95
Yays

A jQuery plugin for displaying images with Flash-like zooming effects

Views 11105   downloads 2546   Image Effects

a new plugin for jQuery that allows you to easily transform your image lists into beautiful galleries with Flash-like zoom effects in them. It’s a simple but elegant way of giving your interfaces…

80
Yays

Photo Zoom Out Effect with jQuery

Views 8084   downloads 1250   Image Effects

This is a simple image zoom out effect with jQuery. The idea is show some images which are zoomed in initially and when hovering over an image it gets zoomed out. This effect could be used in photography…

117
Yays

Filter Image View Using jQuery

Views 21601   downloads 3509   Layout & Interface

the image items are showing and hiding with horizontal slide effect based on user choice. Horizontal slide effect produced by manipulating item’s width, when hiding the item we will change the item…

128
Yays

a jQuery Image Scroller

Views 20193   downloads 3561   Slideshow & Scroller

We’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions…

133
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 19846   downloads 3291   Slideshow & Scroller

It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built…

249
Yays

Smart3D images jQuery plugin

Views 15631   downloads 2941   Image Effects

Simple code brilliant results     $(function() { $('#mindscape').smart3d(850); });   <ul id="mindscape"> <li><img src=".../mindscape1.png" /></li> <li><img…