Submit your widget
82
Yays

Useful image hover slide effect with jQuery

Views 60639   downloads 8325   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…

72
Yays

Images Scratch Card Plugin---jQuery Scratchie

Views 15641   downloads 2495   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…

77
Yays

Multiple jQuery Capty Caption Plugin

Views 13881   downloads 2277   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'.…

95
Yays

useful zoom into picture with jquery

Views 15001   downloads 3949   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…

88
Yays

Simple jQuery Image hover/fade effect

Views 20766   downloads 3270   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…

101
Yays

Add Notes to Images with jQuery and php

Views 18238   downloads 2761   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…

107
Yays

jQuery different Photo comparing Effect

Views 12400   downloads 1886   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.…

385
Yays

unordered list animated circle with jQuery

Views 31004   downloads 6460   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…

112
Yays

Awesome jQuery 3D Gallery View

Views 18397   downloads 2472   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…

235
Yays

jQuery awesome Hover Image Slide Effect

Views 34995   downloads 4528   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 15428   downloads 2708   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…

185
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

Views 18741   downloads 2902   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 10078   downloads 2622   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…

115
Yays

CSS Swap Hover Effect

Views 12945   downloads 2363   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…

107
Yays

Sliding door effect with JQuery

Views 11734   downloads 1739   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…