Submit your widget
89
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11035   downloads 1508   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 11340   downloads 1668   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 14221   downloads 2121   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 16558   downloads 2759   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 21739   downloads 2409   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 11052   downloads 1718   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 20868   downloads 2979   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 15993   downloads 2262   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 29437   downloads 8821   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 14261   downloads 2378   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 13576   downloads 1715   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 8937   downloads 1427   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 11343   downloads 1755   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 17363   downloads 2259   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 8907   downloads 1255   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…