Submit your widget
90
Yays

Useful image hover slide effect with jQuery

Views 61055   downloads 8453   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…

75
Yays

Images Scratch Card Plugin---jQuery Scratchie

Views 15860   downloads 2615   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…

79
Yays

Multiple jQuery Capty Caption Plugin

Views 14076   downloads 2363   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'.…

97
Yays

useful zoom into picture with jquery

Views 15222   downloads 4052   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…

94
Yays

Simple jQuery Image hover/fade effect

Views 20977   downloads 3359   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…

102
Yays

Add Notes to Images with jQuery and php

Views 18419   downloads 2853   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…

113
Yays

jQuery different Photo comparing Effect

Views 12646   downloads 1967   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.…

387
Yays

unordered list animated circle with jQuery

Views 31269   downloads 6545   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…

114
Yays

Awesome jQuery 3D Gallery View

Views 18653   downloads 2555   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…

237
Yays

jQuery awesome Hover Image Slide Effect

Views 35234   downloads 4628   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…

120
Yays

Multiple CSS Decorative Gallery

Views 15619   downloads 2793   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 19170   downloads 2996   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…

109
Yays

AnythingZoomer jQuery Plugin

Views 10314   downloads 2715   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…

118
Yays

CSS Swap Hover Effect

Views 13131   downloads 2450   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…

110
Yays

Sliding door effect with JQuery

Views 11980   downloads 1845   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…