Submit your widget
118
Yays

a Fade Slideshow jQuery

Views 23116   downloads 4531   Slideshow & Scroller

In order to more easily access each slide from JavaScript, each slide is numbered in its id name. Then the copy is placed in a new <div> container, so that the position of the copy is easier to…

117
Yays

useful circulate Slider with jQuery

Views 14562   downloads 2516   Slideshow & Scroller

we’re going to use Nathan Searles’ jQuery loopedSlider, a plugin made for jQuery that solves a simple problem, the looping of slide content. It was created to be easy to implement, smooth…

117
Yays

JQuery Image slideshow Gallery Auto Play/Pause Rotation

Views 27718   downloads 3179   Slideshow & Scroller

There is an awesome jquery gallery which is transparent, fixed on screen, autoplay on/off buttons and css3 stylized gallery. I used simple jQuery functions and make them more clear by commenting the code…

116
Yays

Simple transition effect jQuery

Views 13612   downloads 3040   Slideshow & Scroller

Simple transition effect to rotate images one "slice" after another. JS $(document).ready(function() { // $('#rotator').stripesRotator({ images: $('#imagescontainer') }); // $('#rotator').stripesRotator({…

116
Yays

Multi Style jQuery images gallery

Views 20568   downloads 2579   Slideshow & Scroller

How to use To create image gallery on your html webpage, you should encapsulate all gallery images into a block element (ex. "div") with specified width and height properties. Galileory script would automaticly…

116
Yays

Very Cool CSS3 images Lightbox With jQuery

Views 18060   downloads 3452   Lightbox & Dialog & Overlay

This is an awesome image gallery which leverages the latest CSS3 and jQuery techniques. The script will be able to scan a folder of images on your web server and build a complete drag and drop lighbox…

115
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19579   downloads 2798   Slideshow & Scroller

Features Resizes images to fill browser while maintaining image dimension ratio No extra whitespace, no scrollbars – the entire browser window is always filled Compatible in Firefox, Safari, Opera,…

115
Yays

jGallery images lightbox jQuery

Views 9800   downloads 1809   Lightbox & Dialog & Overlay

Para utilizar é bem simples: Inclua o arquivo CSS do jGallery em seu documento Inclua o jQuery em seu documento Inclua o jGallery em seu documento Quando o DOM for carregado, chame a função…

115
Yays

CSS Swap Hover Effect

Views 12930   downloads 2361   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…

114
Yays

jQuery Blinds Slideshow using CSS Sprites

Views 18925   downloads 2894   Slideshow & Scroller

Features Smooth animated transition Customizable sprite grid Customizable animation ochestration Multiple instances on the same webpage jQuery compatible (plugin) Unobtrusive javascript Compatibility…

112
Yays

Awesome jQuery 3D Gallery View

Views 18381   downloads 2468   Image Effects

3D Gallery View is an image gallery based on jQuery. This one permits to animate a series of images in the space using a really short code. With a characteristic 3D effect this plugin makes a nice system…

111
Yays

Animated background image with jQuery

Views 12883   downloads 2470   Image Effects

In this example, we are going to create a basic web page layout which includes a super cool animated background image, using jQuery. Let’s do it 1. The first step of this tutorial is to download…

111
Yays

Awesome images Scrolling using jQuery

Views 21597   downloads 2433   Slideshow & Scroller

The main thing flipboard do differently is to have the logo and logo background elements move at different animation speeds from each other and the main content. This effect is is similar to Parallex…

111
Yays

simple Lightbox JQuery Plugin

Views 25193   downloads 5130   Lightbox & Dialog & Overlay

ChillBox is a JQuery Plugin is a simple, unobtrusive script used to overlay images on top of the current page. It can be used for link anchor attributes. ChillBox has been tested with IE6, IE7, IE8, Firefox,…

110
Yays

Jquery Image Fade Cross Transition

Views 12411   downloads 1735   Image Effects

  Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer…