Submit your widget
135
Yays

Beautiful custom content scroller with jquery

Views 24079   downloads 4401   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 17930   downloads 4333   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 19899   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 20251   downloads 3588   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 27340   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 69730   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 32321   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 29801   downloads 3377   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 16540   downloads 3696   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 20824   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 11957   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 8814   downloads 1802   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…

114
Yays

Custom Content Slider with jQuery

Views 15386   downloads 2807   Slideshow & Scroller

create a custom content slider. The concept behind it is pretty simple, when you click on a button, it uses jQuery scroll-To plugin to scoll the content and display the right content. 1. HTML HTML is…

113
Yays

jQuery long list Page scroll

Views 18529   downloads 3559   Text & Link Effects

A good way to manage long list in short space! jquery.verticalSlider let you show long list of elements managing pagination, it can work with elements already in the DOM of your page or loading them via…

111
Yays

Animated background image with jQuery

Views 12895   downloads 2473   Image Effects

In this example, we are going to create a basic web page layout which includes a super cool animated background image, using jQuery. Let’s do it 1. The first step of this tutorial is to download…