Submit your widget
89
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11027   downloads 1501   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…

131
Yays

Annotation Overlay Effect with jQuery

Views 11327   downloads 1660   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…

96
Yays

Like apple Slider Gallery jQuery

Views 14209   downloads 2112   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…

119
Yays

Dynamic Flickr Photo Gallery with Slider jQuery

Views 16539   downloads 2754   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…

107
Yays

Easy Display Switch with CSS and jQuery

Views 21725   downloads 2404   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…

95
Yays

Simple Flip Puzzle Effect like Apple with jQuery

Views 11040   downloads 1712   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…

146
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 20835   downloads 2971   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>…

96
Yays

Slide and hide section with jquery

Views 15979   downloads 2255   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…

160
Yays

A jQuery Cloud Zoom

Views 29415   downloads 8813   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…

99
Yays

jquery masked Gallery

Views 14244   downloads 2374   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…

91
Yays

jQuery Horizontal Box Slider

Views 13566   downloads 1708   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”…

92
Yays

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

Views 8923   downloads 1419   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…

106
Yays

jQuery lightbox slideshow gallery

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

120
Yays

Sexy Images jQuery Plugin

Views 17345   downloads 2253   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)…

88
Yays

jQuery Flickr Photo Gallery Plug

Views 8895   downloads 1249   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…