Submit your widget
135
Yays

Good jQuery images Gallery

Views 22201   downloads 3723   Slideshow & Scroller

In this tutorial we will create an image gallery with jQuery that shows a preview of each image as a little thumbnail. The idea is to hover over the slider dots and make the regarding thumbnail slide…

131
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 31012   downloads 5809   Slideshow & Scroller

Functionality Checklist The Coda Slider was 90% there already. There is a main content area (panels, if you will), which slide from left to right each with different unique content. There is generally…

129
Yays

jQuery Simple slideshow

Views 18731   downloads 2919   Slideshow & Scroller

Show only the first image and hide the others; Place a “current” class on the list-item; Only exucute the function once when it has a current status. That’s it? Yep… it’s…

128
Yays

Making a Mosaic Slideshow With jQuery & CSS

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

128
Yays

jQuery Vertical Slideshow

Views 29788   downloads 4532   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

127
Yays

a Brilliant Mask Transition Slideshow With jQuery

Views 20661   downloads 4113   Slideshow & Scroller

Setting up workspace for the plugin. Before we can move forward, there are few things we need to look at. We will keep our presentation separated from logic, so we will create a css file jMask.css for…

125
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17509   downloads 2580   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…

125
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 69743   downloads 11069   Slideshow & Scroller

We all know that horizontal scrollbars are hideous. So, wouldn’t it be nice if we had a simple way to represent horizontal overflow? Well, thanks to a few javascript functions and some dinking around,…

124
Yays

previous-next slideshow - simple and practical image slideshow jQuery plugin

Views 21018   downloads 3473   Slideshow & Scroller

Usage Include js and css files. <link href="css/previousnext.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

122
Yays

Pretty Simple Content Slider with jQuery and CSS3

Views 19104   downloads 4160   Slideshow & Scroller

We will create an auto-playing content slider with jQuery and CSS3. The idea is to alter the background image and to slide in the heading and the description. By clicking on one of the menu items, the…

122
Yays

Advanced jQuery background images slideshow

Views 20200   downloads 3901   Slideshow & Scroller

With the use of transparent PNG's, some HTML, pretty nifty CSS and jQuery, we can make this technique work. Read the rest of this article to learn how to create a beautiful advanced jQuery background…

121
Yays

jQuery ExtSlide

Views 7623   downloads 1535   Slideshow & Scroller

jquery extends slide effect (animate): slideLeftShow, slideLeftHide, slideLeftToggle, slideRightShow, slideRightHide, slideRightToggle

121
Yays

jQuery mouse scroll images slideshow

Views 37535   downloads 3633   Slideshow & Scroller

Rhinoslider is the most flexible jQuery slideshow there is. Be welcome to try it yourself. Not only do we offer a variety of effects, we also allow you to add your own styles, effects and features to…

120
Yays

Creating a Rotating Billboard System with jQuery and CSS

Views 16361   downloads 3154   Slideshow & Scroller

We will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will…