Submit your widget
189
Yays

Apple-style Slideshow Gallery With jQuery

Views 16829   downloads 3921   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…

98
Yays

Slide Thumbs

Views 13559   downloads 2639   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…

117
Yays

Simple Image Viewer(jQuery)

Views 17635   downloads 3614   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.  …

87
Yays

Multiple Image Cross Fade with jquery

Views 45011   downloads 4711   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…

114
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19545   downloads 2781   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,…

97
Yays

Micro Image Gallery Slideshow

Views 11807   downloads 1739   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 10822   downloads 1639   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…

139
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20099   downloads 4145   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…

128
Yays

a jQuery Image Scroller

Views 20203   downloads 3565   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…

200
Yays

GalleryView: A jQuery Content Gallery Plugin

Views 29277   downloads 6422   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 19856   downloads 3296   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…

87
Yays

Transition Between Images Slideshow (Mootools)

Views 8928   downloads 1700   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…

87
Yays

Simple images slider to create Flickr-like slideshows

Views 10200   downloads 2153   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

93
Yays

More Classic Gallery Slideshow(jQuery )

Views 14026   downloads 2345   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 42077   downloads 6214   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>…