Submit your widget
196
Yays

Apple-style Slideshow Gallery With jQuery

Views 17219   downloads 4071   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…

106
Yays

Slide Thumbs

Views 13906   downloads 2788   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…

123
Yays

Simple Image Viewer(jQuery)

Views 18038   downloads 3768   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 45586   downloads 4856   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…

122
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19916   downloads 2934   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,…

106
Yays

Micro Image Gallery Slideshow

Views 12129   downloads 1895   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,…

95
Yays

a Content Slider with jQuery UI

Views 11169   downloads 1806   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…

145
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20813   downloads 4322   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 20558   downloads 3710   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…

204
Yays

GalleryView: A jQuery Content Gallery Plugin

Views 29720   downloads 6605   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 20191   downloads 3442   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…

91
Yays

Transition Between Images Slideshow (Mootools)

Views 9276   downloads 1844   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…

95
Yays

Simple images slider to create Flickr-like slideshows

Views 10538   downloads 2311   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

97
Yays

More Classic Gallery Slideshow(jQuery )

Views 14384   downloads 2499   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…

311
Yays

Dots gallery scroller(jQuery )

Views 42596   downloads 6358   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>…