Submit your widget
76
Yays

Transition Between Images Slideshow (Mootools)

2 years ago   Views 6020   downloads 815   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…

76
Yays

Simple images slider to create Flickr-like slideshows

2 years ago   Views 7071   downloads 995   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

81
Yays

More Classic Gallery Slideshow(jQuery )

2 years ago   Views 10619   downloads 1448   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…

292
Yays

Dots gallery scroller(jQuery )

2 years ago   Views 31494   downloads 4487   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>…

79
Yays

A jQuery tile shifting image viewer plugin

2 years ago   Views 6805   downloads 803   Slideshow & Scroller

This jQuery plugin called jFancyTile is a tile shifting image viewer. It allows you to tranform any list with images to a beautiful tile shifting photo presenter. Take note this plugin is pretty CPU intense…

76
Yays

Minimalistic Slideshow Gallery with jQuery

2 years ago   Views 7868   downloads 1155   Slideshow & Scroller

We will create a simple and beautiful slideshow gallery that can be easily integrated in your web site. The idea is to have a container with our slideshow and the options to view a grid of thumbnails,…

84
Yays

jQuery Image Gallery/News Slider

2 years ago   Views 11724   downloads 1359   Slideshow & Scroller

Introduction Until this day, jQuery is still blowing me away with its simplicity and robustness. As you can see, I have been concentrated to produce tutorials about it, and I just couldn't help it! Right,…

97
Yays

Animated JavaScript Slideshow

2 years ago   Views 14011   downloads 2293   Slideshow & Scroller

This dynamic JavaScript slideshow is feature packed,A few new features include description support, link support, no naming restrictions, portrait image support, graceful degradation and active thumbnail…

86
Yays

Coverflow effect featuring CSS transformations and jQuery UI

2 years ago   Views 11589   downloads 1142   Slideshow & Scroller

This proof-of-concept shows a coverflow effect using the new CSS transformation feature from Webkit (featured in Safari 3.1). Needless to say that it won't run in other browsers at this point (however,…

110
Yays

Firefox Add-ons center style slideshow with jQuery

2 years ago   Views 14064   downloads 1328   Slideshow & Scroller

Usage   Add js and css file   <link href="css/scroller.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script…

95
Yays

jQuery a waterwheel Carousel Plugin

2 years ago   Views 11772   downloads 1376   Slideshow & Scroller

                    For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This…

119
Yays

JQuery Rolling News

2 years ago   Views 12937   downloads 2744   Slideshow & Scroller

We’ll be looking at how we can transform some semantic and accessible underlying HTML into an attractive and functional news ticker that smoothly scrolls its contents. Some news tickers are horizontal…

105
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

2 years ago   Views 19622   downloads 2179   Slideshow & Scroller

How to setup You must include in your page’s HEAD section the jQuery library and the slider plugin : Add JavaScript Files: <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>…

106
Yays

Making a Mosaic Slideshow With jQuery & CSS

2 years ago   Views 14004   downloads 1524   Slideshow & Scroller

  We are making a jQuery & CSS mosaic gallery. Mosaic, because it will feature an interesting tile transition effect when moving from one slide to another. Step 1 – XHTML   The mosaic…

149
Yays

Slideshow Feature List

2 years ago   Views 22860   downloads 4797   Slideshow & Scroller

Using Feature List requires a simple function call: $.featureList( $("#tabs li a"), $("#output li"), { start_item : 1 } ); // Alternative $('#tabs li a').featureList({ output : '#output li', start_item…