Submit your widget
91
Yays

Useful image hover slide effect with jQuery

Views 61193   downloads 8553   Image Effects

This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an…

76
Yays

Images Scratch Card Plugin---jQuery Scratchie

Views 15945   downloads 2664   Image Effects

Don't support IE This is a fully-customizable scratchcard plugin Define a background image and an overlay image or color and clicking and click or just drag the mouse over the overlay to reveal the…

80
Yays

Multiple jQuery Capty Caption Plugin

Views 14148   downloads 2402   Image Effects

jQuery Capty is a plugin jQuery Capty is a plugin that creates captions over the images. Default options: animation:    'slide' The captions animation type: 'slide', 'fade' or 'fixed'.…

98
Yays

useful zoom into picture with jquery

Views 15288   downloads 4103   Image Effects

Zoomy is a quick and easy plugin that will zoom into a picture. You only need two copies of one image first the display image and then the zoom image. Most CMS systems save or create multiple sizes of…

95
Yays

Simple jQuery Image hover/fade effect

Views 21079   downloads 3401   Image Effects

This is very useful simple Image hover/fade effect。 For this tutorial,you will need to make two images, one which is the normal state (ie. the image which will display on the page when the mouse isn’t…

103
Yays

Add Notes to Images with jQuery and php

Views 18491   downloads 2896   Tooltips

Query-Notes is a simple and easy to use jQuery-Plugin that allows you to add notes to any image (even foreign ones) on your website or blog. Features: add notes to any image many setting options totally…

114
Yays

jQuery different Photo comparing Effect

Views 12751   downloads 2010   Image Effects

This plugin author by flood disaster triggered inspiration.Well, it is saddening to see all the damages the flood did. In the other hand, and also notice the way it presents the before and after photos.…

388
Yays

unordered list animated circle with jQuery

Views 31392   downloads 6581   Image Effects

jQuery plugin (2KB) that allows you to create an unordered list as an animated circle. Changelog: fixes for hover event, added direction option (clockwise or counter-clockwise) added hover trigger fixes…

115
Yays

Awesome jQuery 3D Gallery View

Views 18739   downloads 2600   Image Effects

3D Gallery View is an image gallery based on jQuery. This one permits to animate a series of images in the space using a really short code. With a characteristic 3D effect this plugin makes a nice system…

238
Yays

jQuery awesome Hover Image Slide Effect

Views 35334   downloads 4662   Image Effects

we will create a neat effect with some images using jQuery. The main idea is to have an image area with several images that slide out when we hover over them, revealing other images. The sliding effect…

123
Yays

Multiple CSS Decorative Gallery

Views 15714   downloads 2830   Image Effects

I will show you how to decorate your images and photo galleries without editing the source images. The trick is very simple. All you need is an extra <span> tag and apply a background image to create…

187
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

Views 19273   downloads 3029   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…

110
Yays

AnythingZoomer jQuery Plugin

Views 10410   downloads 2753   Image Effects

You have a small area. You mouse over it. An area pops up giving you a zoomed in closer look. This is a jQuery plugin that does it. I’m not going to tell you what you should use it for or elaborate…

119
Yays

CSS Swap Hover Effect

Views 13201   downloads 2491   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…

113
Yays

Sliding door effect with JQuery

Views 12090   downloads 1891   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…