Submit your widget
124
Yays

Nice jQuery filter images effect

Views 24804   downloads 3406   Image Effects

Features: shows specified collection on startup three types of animation callback functions Changelog: 25.1.2011 - shows specified collection on startup, plugin parameter names have been changed $('.selecter').mobilyselect({…

122
Yays

unique Gallery by using z-index and jQuery

Views 11089   downloads 2225   Image Effects

we will combine the CSS property ‘z-index’ and the power of jQuery to create a unique gallery which have a appearance of a pile of pictures. In this example we have the appearance of a pile…

120
Yays

Image Preview Gallery

Views 19083   downloads 3674   Image Effects

Here we have a bunch of thumbnails. When each thumbnail is rolled over, script will load an image that we have linked in HREF attribute of an A tag. That makes this method accessible as well, because…

119
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 10894   downloads 1789   Image Effects

This example is making use of CSS3 and jQuery, just to show the effect when combining two powerful techniques. The CSS3 is injected by jQuery, keeping the CSS file clean. HTML The HTML of this page isn't…

119
Yays

Sexy Images jQuery Plugin

Views 17295   downloads 2236   Image Effects

This plugin allows you to create sexy hover effect for images on your page ;) Requried: jQuery 1.3+ Test with following browsers: Opera 10.0+ Mozilla Firefox 3.0+ Google Chrome 3.0.195 Safari 3.1+ (win)…

119
Yays

Yoyo hover effect jQuery and CSS3

Views 12096   downloads 2086   Image Effects

Haven’t you ever just wanted a yoyo on your webpage? A beautiful, animated, spinning yoyo that slides down like a real yoyo would? The HTML There is very little HTML markup, so it is pretty easy…

119
Yays

Multiple CSS Decorative Gallery

Views 15380   downloads 2690   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…

118
Yays

Interactive Photo Desk with jQuery and CSS3

Views 10244   downloads 1828   Image Effects

In this little experiment we created an interactive photo desk that provides some “realistic” interaction possibilities for the user. The idea is to have some photos on a surface that can…

117
Yays

Filter Image View Using jQuery

Views 21610   downloads 3513   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…

117
Yays

jQuery virtual tour

Views 26912   downloads 3808   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…

116
Yays

Popout Details on Hover CSS3

Views 27954   downloads 8052   Image Effects

HTML The columns are made up of unordered list items, within each list item is the thumbnail image and the details of the item wrapped in a class of "info". <ul class="columns"> <li> <a…

114
Yays

jSquares images and description hover overlay (jQuery)

Views 12682   downloads 1979   Image Effects

jSquares is a jQuery plugin that pops up an image and a description in an overlay on hover. Setting it up Make sure you’re including these files in the head of your document <script src="http://www.google.com/jsapi"…

114
Yays

CSS Swap Hover Effect

Views 12887   downloads 2341   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

Hoverbox Image Gallery

Views 20961   downloads 3684   Image Effects

It uses an anchor link for the effect, because that is the only thing that Internet Explorer allows the :hover psuedo-class to work with. While my example page only has # linked to, this could easily…