Submit your widget
125
Yays

Nice jQuery filter images effect

Views 24985   downloads 3466   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({…

123
Yays

Image Preview Gallery

Views 19252   downloads 3727   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…

123
Yays

unique Gallery by using z-index and jQuery

Views 11244   downloads 2280   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…

122
Yays

Yoyo hover effect jQuery and CSS3

Views 12306   downloads 2139   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…

120
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 11099   downloads 1843   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…

120
Yays

Sexy Images jQuery Plugin

Views 17539   downloads 2294   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)…

120
Yays

Multiple CSS Decorative Gallery

Views 15513   downloads 2739   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…

119
Yays

Interactive Photo Desk with jQuery and CSS3

Views 10396   downloads 1881   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…

119
Yays

Filter Image View Using jQuery

Views 21762   downloads 3560   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…

118
Yays

Popout Details on Hover CSS3

Views 28295   downloads 8327   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…

117
Yays

jQuery virtual tour

Views 27222   downloads 3882   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

Hoverbox Image Gallery

Views 21209   downloads 3741   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…

116
Yays

CSS Swap Hover Effect

Views 13041   downloads 2396   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…

115
Yays

jSquares images and description hover overlay (jQuery)

Views 12831   downloads 2028   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"…