Submit your widget
192
Yays

Apple-style Slideshow Gallery With jQuery

Views 16981   downloads 3972   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 13701   downloads 2690   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 17791   downloads 3671   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.  …

90
Yays

Multiple Image Cross Fade with jquery

Views 45251   downloads 4762   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 19698   downloads 2834   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,…

99
Yays

Micro Image Gallery Slideshow

Views 11947   downloads 1790   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 10972   downloads 1697   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 20447   downloads 4224   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 20347   downloads 3623   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 29459   downloads 6489   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 19997   downloads 3346   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 9049   downloads 1750   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…

90
Yays

Simple images slider to create Flickr-like slideshows

Views 10336   downloads 2205   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

95
Yays

More Classic Gallery Slideshow(jQuery )

Views 14169   downloads 2402   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…

308
Yays

Dots gallery scroller(jQuery )

Views 42284   downloads 6276   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>…