Submit your widget
227
Yays

Nice Product Slider with jQuery plugin

Views 46842   downloads 10788   Slideshow & Scroller

The article source:http://webdesignandsuch.com/fancymoves-jquery-product-slider/ FancyMoves is a great slider to show off services, products, or whatever you can dream up. The main image is enlarged to…

215
Yays

HTML5-Slideshow

Views 29269   downloads 6133   Slideshow & Scroller

Download Lightweight HTML5-based slideshow This is a mini web app for people who'd rather build slides with HTML and CSS than with PowerPoint.

211
Yays

Multiple custom content scroller With jquery

Views 55023   downloads 6644   Layout & Interface

Custom scrollbar plugin utilizing jquery UI that’s fully customizable with CSS. It features vertical/horizontal scrolling, mouse-wheel support (via Brandon Aaron jquery mouse-wheel plugin), scroll…

208
Yays

Sudo Slider jQuery Plugin

Views 25930   downloads 4015   Slideshow & Scroller

How to use Sudo Slider If you are 100% lost, copy the basic.html document and make sure that the links to the JavaScript and the css works, because i here assume that you already have a working setup…

204
Yays

Automatic Image Slider with CSS & jQuery(red)

Views 175971   downloads 13275   Slideshow & Scroller

With the release of the iPad and its lack of support for flash, it has stirred up a lot of debates regarding the future of flash. With this in mind, I believe it is wise to build simple…

204
Yays

GalleryView: A jQuery Content Gallery Plugin

Views 29778   downloads 6632   Slideshow & Scroller

GalleryView aims to provide jQuery users with a flexible, attractive content gallery that is both easy to implement and a snap to customize.   View Demonstration   Default Implementation Small…

202
Yays

Featured Content Slider Using jQuery

Views 36340   downloads 8200   Slideshow & Scroller

Add JavaScript Files <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"…

199
Yays

Seamless images scroller with jquery plugin

Views 44669   downloads 6883   Slideshow & Scroller

Update(2011.9.27): fixed title overflow bug. Usage Add js and css files <link href="css/scroller_roll.css" rel="stylesheet" type="text/css"></link> <script…

197
Yays

Apple-style Slideshow Gallery With jQuery

Views 17286   downloads 4100   Slideshow & Scroller

We are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. It will be entirely front-end based, no PHP or databases required. So go ahead and…

195
Yays

Coin Slider: Image Slider with Unique Effects(jQuery)

Views 32919   downloads 6091   Slideshow & Scroller

jqFancyTransitions slice your images in stripes, while Coin Slider slice them in squares. And that’s the main difference. With changing order of appearing those squares I achieve random, swirl,…

188
Yays

Slideshow Feature List

Views 36091   downloads 7831   Slideshow & Scroller

Using Feature List requires a simple function call: $.featureList( $("#tabs li a"), $("#output li"), { start_item : 1 } ); // Alternative $('#tabs li a').featureList({ output : '#output li', start_item…

188
Yays

HTML5 jQuery Slideshow w/ Canvas

Views 36949   downloads 4952   Slideshow & Scroller

You’ve probably heard a lot about the new HTML5 canvas element. As the name implies, this is a special element that allows us to create and modify graphics. In addition, we can also use it like…

183
Yays

Number slideshow - simple and practical numbers image slideshow jQuery plugin

Views 69305   downloads 14565   Slideshow & Scroller

Update: add slideshow_transition_speed and slideshow_button_current_text_color Update: Preload image and show loading animation. Update: Add 'slideshow_show_title' parameter control whether…

182
Yays

A Tabbed Content Rotator Using jQuery

Views 30234   downloads 5884   Tabs

we are going to create a tabbed content rotator (not sure what to call it really) using everyone’s favorite Javascript framework, jQuery and an interface library called jQuery UI. This effect can…

180
Yays

Slideshow plugin for the Tabs with jquery

Views 33412   downloads 5595   Slideshow & Scroller

HTML coding The HTML setup is similar to the normal tab setup except that we have the "next" and "prev" action buttons available and the tabs are placed below the panes. <!-- "previous slide" button…