Submit your widget
135
Yays

Coda Tabs Slider Effect jQuery

Views 32728   downloads 7422   Slideshow & Scroller

Recreating this effect is simple to do if you know what plugins to use. There are plugins out in the wild already, but we want our jQuery to satisfy the following requirements: Degrades perfectly without…

134
Yays

jQuery Vertical Slideshow

Views 30046   downloads 4619   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…

133
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 31391   downloads 5913   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…

133
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17764   downloads 2680   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…

132
Yays

Professional Images & title & button slideshow with jquery plugin

Views 25490   downloads 3249   Slideshow & Scroller

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

131
Yays

a jQuery Image Scroller

Views 20449   downloads 3674   Slideshow & Scroller

We’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions…

131
Yays

jQuery Simple slideshow

Views 18909   downloads 2993   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…

130
Yays

a Brilliant Mask Transition Slideshow With jQuery

Views 20866   downloads 4211   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…

129
Yays

Pretty Simple Content Slider with jQuery and CSS3

Views 19371   downloads 4261   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…

129
Yays

JQuery Carousel Tabber

Views 32619   downloads 4778   Slideshow & Scroller

Out of the box, billy is a basic scrolling carousel which can be implemented very easily. A person with little knowledge of either html or javascript can get billy working on a page within a few minutes.…

128
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 27731   downloads 3761   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

Advanced jQuery background images slideshow

Views 20460   downloads 3996   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…

128
Yays

super cool multiple style Slideshow effect with jQuery

Views 46014   downloads 11718   Slideshow & Scroller

- New animations: circles, circlesInside and circlesRotate - Callback onLoad: calling a user-defined function to load images - Added rotate-scale plugin: to the effect of rotation Includes // Styles <link…

127
Yays

Carousel Vertical And Carousel Horizontal jQuery

Views 29349   downloads 4458   Slideshow & Scroller

A carousel provides quick item browsing which combats the precision of keyword searches and the lack of precision in typical browsing/paging environments. Many ajax frameworks are beginning to implement…

127
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 70364   downloads 11158   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,…