Submit your widget
135
Yays

Good jQuery images Gallery

Views 22226   downloads 3730   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 31039   downloads 5820   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 18749   downloads 2927   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 20678   downloads 2801   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 29810   downloads 4540   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 20680   downloads 4121   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 17524   downloads 2586   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 69854   downloads 11076   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 21038   downloads 3482   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 19125   downloads 4170   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 20223   downloads 3912   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 7645   downloads 1544   Slideshow & Scroller

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

121
Yays

jQuery mouse scroll images slideshow

Views 37566   downloads 3644   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 16385   downloads 3160   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…