Submit your widget
123
Yays

unique Gallery by using z-index and jQuery

Views 11127   downloads 2244   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…

108
Yays

jQuery a waterwheel Carousel Plugin

Views 17054   downloads 2293   Slideshow & Scroller

                    For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This…

168
Yays

jQuery 3D Feature Image Carousel

Views 24488   downloads 3606   Slideshow & Scroller

For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This plugin currently works with jQuery verson 1.4, and will most likely work…

124
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17501   downloads 2575   Slideshow & Scroller

Usage   Add js and css file   <link href="css/scroller.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script…

99
Yays

Coverflow effect featuring CSS transformations and jQuery UI

Views 15266   downloads 2077   Slideshow & Scroller

This proof-of-concept shows a coverflow effect using the new CSS transformation feature from Webkit (featured in Safari 3.1). Needless to say that it won't run in other browsers at this point (however,…

98
Yays

jQuery Image Gallery/News Slider

Views 16246   downloads 2409   Slideshow & Scroller

Introduction Until this day, jQuery is still blowing me away with its simplicity and robustness. As you can see, I have been concentrated to produce tutorials about it, and I just couldn't help it! Right,…

90
Yays

Minimalistic Slideshow Gallery with jQuery

Views 11141   downloads 2248   Slideshow & Scroller

We will create a simple and beautiful slideshow gallery that can be easily integrated in your web site. The idea is to have a container with our slideshow and the options to view a grid of thumbnails,…

91
Yays

A jQuery tile shifting image viewer plugin

Views 9668   downloads 1465   Slideshow & Scroller

This jQuery plugin called jFancyTile is a tile shifting image viewer. It allows you to tranform any list with images to a beautiful tile shifting photo presenter. Take note this plugin is pretty CPU intense…

306
Yays

Dots gallery scroller(jQuery )

Views 42127   downloads 6233   Slideshow & Scroller

Dots gallery with iPhone images from Apple.com    Similar examples You try it yourself in it's simpler form by following these simple steps: Include jquery and Galleria: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>…

94
Yays

More Classic Gallery Slideshow(jQuery )

Views 14063   downloads 2362   Slideshow & Scroller

Galleria is a JavaScript image gallery unlike anything else. It can take a simple list of images and turn it into a foundation of multiple intelligent gallery designs, suitable for any project. You try…

131
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 30989   downloads 5806   Slideshow & Scroller

Functionality Checklist The Coda Slider was 90% there already. There is a main content area (panels, if you will), which slide from left to right each with different unique content. There is generally…

133
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 19891   downloads 3310   Slideshow & Scroller

It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built…

202
Yays

GalleryView: A jQuery Content Gallery Plugin

Views 29324   downloads 6442   Slideshow & Scroller

GalleryView aims to provide jQuery users with a flexible, attractive content gallery that is both easy to implement and a snap to customize.   View Demonstration   Default Implementation Small…

129
Yays

a jQuery Image Scroller

Views 20241   downloads 3583   Slideshow & Scroller

We’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions…

140
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20180   downloads 4166   Slideshow & Scroller

  Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other. Step 1: Writing the markup First things…