Submit your widget
194
Yays

Apple-style Slideshow Gallery With jQuery

Views 17118   downloads 4029   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…

104
Yays

Slide Thumbs

Views 13825   downloads 2753   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…

122
Yays

Simple Image Viewer(jQuery)

Views 17944   downloads 3729   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.  …

91
Yays

Multiple Image Cross Fade with jquery

Views 45446   downloads 4815   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…

121
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19835   downloads 2899   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,…

105
Yays

Micro Image Gallery Slideshow

Views 12061   downloads 1858   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,…

93
Yays

a Content Slider with jQuery UI

Views 11090   downloads 1767   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…

144
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20691   downloads 4291   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…

131
Yays

a jQuery Image Scroller

Views 20466   downloads 3677   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 29630   downloads 6562   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…

135
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 20121   downloads 3402   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…

90
Yays

Transition Between Images Slideshow (Mootools)

Views 9193   downloads 1803   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…

93
Yays

Simple images slider to create Flickr-like slideshows

Views 10458   downloads 2272   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

96
Yays

More Classic Gallery Slideshow(jQuery )

Views 14309   downloads 2459   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…

310
Yays

Dots gallery scroller(jQuery )

Views 42483   downloads 6323   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>…