Submit your widget
91
Yays

A jQuery tile shifting image viewer plugin

Views 9656   downloads 1459   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…

90
Yays

Minimalistic Slideshow Gallery with jQuery

Views 11128   downloads 2238   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,…

98
Yays

jQuery Image Gallery/News Slider

Views 16233   downloads 2398   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,…

117
Yays

Animated JavaScript Slideshow

Views 23019   downloads 4396   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…

99
Yays

Coverflow effect featuring CSS transformations and jQuery UI

Views 15253   downloads 2069   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,…

123
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17487   downloads 2569   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…

108
Yays

jQuery a waterwheel Carousel Plugin

Views 17035   downloads 2286   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…

133
Yays

JQuery Rolling News

Views 17913   downloads 4323   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…

125
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 27307   downloads 3634   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>…

128
Yays

Making a Mosaic Slideshow With jQuery & CSS

Views 20591   downloads 2778   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…

185
Yays

Slideshow Feature List

Views 35377   downloads 7609   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…