Submit your widget
190
Yays

Apple-style Slideshow Gallery With jQuery

Views 16862   downloads 3935   Slideshow & Scroller

We are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. It will be entirely front-end based, no PHP or databases required. So go ahead and…

99
Yays

Slide Thumbs

Views 13589   downloads 2651   Slideshow & Scroller

Step 1: Create the Mark-up First we add container elements for output. The outer-most container is used to decorate the output with a background image and padding. The next container is the element that…

118
Yays

Simple Image Viewer(jQuery)

Views 17668   downloads 3626   Slideshow & Scroller

Step 1: Create the Mark-up Here I have created two columns - for navigation and output. For the sake of simplicity I use attribute rel for links to find corresponding image by id in output section.  …

88
Yays

Multiple Image Cross Fade with jquery

Views 45065   downloads 4722   Slideshow & Scroller

Getting Started What we want to do first is to create mark-up for the content. Like this: <div class="container"> <img src="bmw_3.jpg" alt="" /> <img src="bmw_2.jpg" alt="" /> <img…

115
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19575   downloads 2795   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,…

98
Yays

Micro Image Gallery Slideshow

Views 11837   downloads 1750   Slideshow & Scroller

Here’s an improved version of the Micro Image Gallery Plugin.Added some features as suggested in the comments, specifically the auto play function, the possibility to add descriptions for each image,…

90
Yays

a Content Slider with jQuery UI

Views 10849   downloads 1653   Slideshow & Scroller

We’re going to be using the jQuery UI slider widget to create an attractive and functional content slider. We’ll have a container, which has a series of elements each containing different…

140
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20167   downloads 4162   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…

129
Yays

a jQuery Image Scroller

Views 20237   downloads 3581   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…

202
Yays

GalleryView: A jQuery Content Gallery Plugin

Views 29316   downloads 6438   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…

133
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 19884   downloads 3306   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…

88
Yays

Transition Between Images Slideshow (Mootools)

Views 8958   downloads 1710   Slideshow & Scroller

Features Fade, Slide and Wipe transitions loops Play, Stop, Next and Previous controls Inits from array of image src's, a list of images on the page or using the href of an a tag like the lightbox Usage…

88
Yays

Simple images slider to create Flickr-like slideshows

Views 10230   downloads 2167   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

94
Yays

More Classic Gallery Slideshow(jQuery )

Views 14057   downloads 2357   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…

306
Yays

Dots gallery scroller(jQuery )

Views 42117   downloads 6229   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>…