Submit your widget
135
Yays

Good jQuery images Gallery

Views 22187   downloads 3716   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 30978   downloads 5802   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 18718   downloads 2911   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 20600   downloads 2782   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 29752   downloads 4520   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 20643   downloads 4106   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

jQuery Horizontal automatic Scrollbars with mouse

Views 69648   downloads 11063   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 21006   downloads 3466   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>…

123
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17493   downloads 2573   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…

122
Yays

Pretty Simple Content Slider with jQuery and CSS3

Views 19083   downloads 4153   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 20185   downloads 3895   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 7609   downloads 1529   Slideshow & Scroller

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

121
Yays

jQuery mouse scroll images slideshow

Views 37511   downloads 3627   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 16335   downloads 3141   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…