Submit your widget
83
Yays

Useful image hover slide effect with jQuery

Views 60671   downloads 8334   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 15655   downloads 2501   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 13893   downloads 2282   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 15012   downloads 3953   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…

89
Yays

Simple jQuery Image hover/fade effect

Views 20783   downloads 3275   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 18254   downloads 2767   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 12419   downloads 1892   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 31020   downloads 6467   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 18412   downloads 2481   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 35017   downloads 4535   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 15445   downloads 2716   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 18763   downloads 2918   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 10099   downloads 2631   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 12962   downloads 2373   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…

108
Yays

Sliding door effect with JQuery

Views 11751   downloads 1750   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…