Submit your widget
92
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11292   downloads 1605   Image Effects

The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a…

132
Yays

Annotation Overlay Effect with jQuery

Views 11598   downloads 1782   Image Effects

we will create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. The Markup The HTML is pretty simple: we have a main “portfolio” wrapper…

99
Yays

Like apple Slider Gallery jQuery

Views 14548   downloads 2234   Slideshow & Scroller

This ‘product slider’ is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff. jQuery…

127
Yays

Dynamic Flickr Photo Gallery with Slider jQuery

Views 16881   downloads 2885   Slideshow & Scroller

flickrGallery is an open-source photo gallery for jQuery that allows you to dynamically pull images from a photoset in Flickr. The main functionalities of this gallery are a) to pull in images dynamically…

110
Yays

Easy Display Switch with CSS and jQuery

Views 21972   downloads 2512   Image Effects

This is a simple way to allow your users to switch page layouts by using CSS and jQuery. Today’s web users expect web pages to be increasingly more interactive. To this end, the ability to change…

99
Yays

Simple Flip Puzzle Effect like Apple with jQuery

Views 11300   downloads 1838   Image Effects

Gradient and Flipping Technique I said that the advertisement makes use of puzzle paper effect. In order to create this effect, we give a lighting from certain angle to each block layer that we stacked…

148
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 21396   downloads 3124   Image Effects

This time with zoom and sliding caption. HTML <!-- start thumbnailWrapper div --> <div class='thumbnailWrapper'> <ul> <li> <a href='#'><img src='images/1.jpg' /></a>…

98
Yays

Slide and hide section with jquery

Views 16278   downloads 2372   Slideshow & Scroller

Usiamo alcune semplici funzioni di jquery per creare alcuni effetti di sicuro successo. Realizziamo un semplice javascript che ci permetterà di far comparire e scomparire alcune slide a seconda…

164
Yays

A jQuery Cloud Zoom

Views 29881   downloads 8978   Image Effects

Cloud Zoom is a jQuery image zoom plugin, a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability…

101
Yays

jquery masked Gallery

Views 14616   downloads 2501   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

94
Yays

jQuery Horizontal Box Slider

Views 13885   downloads 1845   Slideshow & Scroller

Horizontal Box Slider is using native scrolling. There are a lot of “carousels”, but none of them is using it. horizontal_box_slider.js is very tiny (≈2.75KB) framework agnostic “carousel”…

101
Yays

BlogSlideShow image viewer with fancy transition effects (jQuery&CSS3;)

Views 9238   downloads 1550   Lightbox & Dialog & Overlay

BlogSlideShow is a free open-code JQuery plugin that enhances your blog pages with fancy image viewer, which provides nice transition effects including CSS3/HTML5-related ones. All what you need is to…

110
Yays

jQuery lightbox slideshow gallery

Views 11693   downloads 1879   Lightbox & Dialog & Overlay

Here it is. A super clean photo gallery! A full featured photo gallery, with navigation toolbar, thumbnails, autosize frame; you can also use it to show a public Flickr set or all public Flickr user photos.…

127
Yays

Sexy Images jQuery Plugin

Views 17780   downloads 2388   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)…

90
Yays

jQuery Flickr Photo Gallery Plug

Views 9169   downloads 1371   Slideshow & Scroller

Simply hand the plug-in a Flickr set_id and give the container a width and height ! Example HTML Code Example <div id="flickr_div"></div> <!-- "flickr_count" Required for count and titles…