Submit your widget
172
Yays

jQuery 3D Feature Image Carousel

Views 25022   downloads 3814   Slideshow & Scroller

For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This plugin currently works with jQuery verson 1.4, and will most likely work…

102
Yays

Coverflow effect featuring CSS transformations and jQuery UI

Views 15759   downloads 2267   Slideshow & Scroller

This proof-of-concept shows a coverflow effect using the new CSS transformation feature from Webkit (featured in Safari 3.1). Needless to say that it won't run in other browsers at this point (however,…

103
Yays

jQuery Image Gallery/News Slider

Views 16725   downloads 2611   Slideshow & Scroller

Introduction Until this day, jQuery is still blowing me away with its simplicity and robustness. As you can see, I have been concentrated to produce tutorials about it, and I just couldn't help it! Right,…

136
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 20306   downloads 3506   Slideshow & Scroller

It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built…

133
Yays

a jQuery Image Scroller

Views 20689   downloads 3765   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…

146
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 21048   downloads 4392   Slideshow & Scroller

  Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other. Step 1: Writing the markup First things…

97
Yays

a Content Slider with jQuery UI

Views 11308   downloads 1856   Slideshow & Scroller

We’re going to be using the jQuery UI slider widget to create an attractive and functional content slider. We’ll have a container, which has a series of elements each containing different…

109
Yays

Slide Thumbs

Views 14024   downloads 2844   Slideshow & Scroller

Step 1: Create the Mark-up First we add container elements for output. The outer-most container is used to decorate the output with a background image and padding. The next container is the element that…

198
Yays

Apple-style Slideshow Gallery With jQuery

Views 17357   downloads 4132   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…

181
Yays

Slideshow plugin for the Tabs with jquery

Views 33592   downloads 5641   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…

278
Yays

Multi-purpose slideshow(text scroller,images scroller) jquery plugin

Views 40185   downloads 4759   Slideshow & Scroller

Help Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_slideshow_common.css" rel="stylesheet"…

256
Yays

Dot Slider - simple easy-to-use images slideshow jquery plugins

Views 69801   downloads 13265   Slideshow & Scroller

Step1:include css and js files. <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_slideshow_dot.css" rel="stylesheet"…

129
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 28087   downloads 3879   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>…

149
Yays

Roundabout(Scroller)

Views 72711   downloads 4555   Slideshow & Scroller

Your Very First Roundabout This three-step guide will assist you in converting a boring unordered-list into an exciting Roundabout! Once this tutorial is complete, check out how to customize your Roundabout.…