Submit your widget
130
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 30900   downloads 5780   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…

128
Yays

a jQuery Image Scroller

Views 20202   downloads 3564   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…

128
Yays

jQuery Simple slideshow

Views 18683   downloads 2898   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…

127
Yays

Making a Mosaic Slideshow With jQuery & CSS

Views 20500   downloads 2762   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…

127
Yays

jQuery Vertical Slideshow

Views 29695   downloads 4499   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…

126
Yays

a Brilliant Mask Transition Slideshow With jQuery

Views 20602   downloads 4092   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

Carousel Vertical And Carousel Horizontal jQuery

Views 28996   downloads 4345   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…

124
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 27233   downloads 3618   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>…

124
Yays

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

Views 20965   downloads 3454   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>…

124
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 69434   downloads 11050   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,…

123
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17460   downloads 2558   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

Advanced jQuery background images slideshow

Views 20149   downloads 3882   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

Pretty Simple Content Slider with jQuery and CSS3

Views 19043   downloads 4140   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…

120
Yays

jQuery ExtSlide

Views 7574   downloads 1515   Slideshow & Scroller

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

120
Yays

Useful jQuery Pagination plugin

Views 18490   downloads 4308   Slideshow & Scroller

When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates…