Submit your widget
137
Yays

Auto Scroll News Ticker with jQuery

Views 72732   downloads 16293   Text & Link Effects

There are a lot of different jQuery News Ticker plugins with lot of options that you can use. the demo will create one on your own in only 4 lines od jQuery code ? Idea is pretty simple, take first element…

136
Yays

lightweight Scrollbar jQuery plugin

Views 18688   downloads 5045   Slideshow & Scroller

Tiny Scrollbar can be used for scrolling content. It was built using the javascript jQuery library. Tiny scrollbar was designed to be a dynamic lightweight utility that gives webdesigners a powerfull…

135
Yays

Sweet Pages: A jQuery Pagination Solution

Views 18563   downloads 3346   Slideshow & Scroller

We are making a jQuery plugin that will enable you to convert a regular unordered list of items into a SEO friendly set of easily navigatable pages. It can be used for comment threads, slideshows, or…

135
Yays

Beautiful custom content scroller with jquery

Views 24089   downloads 4402   Slideshow & Scroller

A custom content scroller created with jquery and css that supports mousewheel, scroll easing and has a fully customizable scrollbar. The script utilizes jQuery UI and Brandon Aaron jquery mousewheel…

133
Yays

JQuery Rolling News

Views 17935   downloads 4334   Slideshow & Scroller

We’ll be looking at how we can transform some semantic and accessible underlying HTML into an attractive and functional news ticker that smoothly scrolls its contents. Some news tickers are horizontal…

133
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 19902   downloads 3313   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…

129
Yays

a jQuery Image Scroller

Views 20256   downloads 3589   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…

125
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 27352   downloads 3645   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>…

125
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 69773   downloads 11069   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,…

120
Yays

JQuery Carousel Tabber

Views 32327   downloads 4677   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.…

120
Yays

Big Multiple Images Slideshow With JQuery

Views 29810   downloads 3380   Slideshow & Scroller

jbgallery is a UI widget webpage written in javascript on top of the jQuery library. Its function is to show a single big image, multiple images, multiple galleries, slideshows, as a site's background,…

119
Yays

Simple Revolving Quotes With JQuery Plugin

Views 16546   downloads 3698   Text & Link Effects

Quovolver is a simple extension for jQuery that takes a group of quotes and displays them on your page in an elegant way. How to Install: Download and unzip the Quovolver files. The download contains…

119
Yays

multiple Nice JQuery slideshow

Views 20826   downloads 3627   Slideshow & Scroller

Sliderman.js is a standalone javascript library for sliding images. The main feature of Sliderman.js is multiple unique effects which can be combined together. Sliderman.js works in all popular browsers…

118
Yays

A new jQuery plugin: scrollSomething

Views 11963   downloads 2500   Slideshow & Scroller

  The perfect solution if you desperatly need to scroll something. You can scroll anything you want. How to use:   $("#myScrollebleItems").scrollSomething();     The options: scrollerWidth…

118
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8821   downloads 1804   Text & Link Effects

This time around we'll to create a FAQ page at work for a new website we are launching. Creating the FAQ Obviously, you'll need a page with FAQ's on it. I personally chose to put everything in UL's, but…