Submit your widget
101
Yays

jQuery Image Gallery/News Slider

Views 16614   downloads 2566   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,…

100
Yays

jQuery Slideshow with a Transparent PNG Frame

Views 18695   downloads 2846   Slideshow & Scroller

we’ll have created a basic slideshow that uses a combination of PNG transparency and layered positioning to create the effect of each slides being held in by the bottom corners. The HTML Start by…

99
Yays

jQuery and CSS3 Sliding Horizontal Parallax

Views 54596   downloads 9555   Slideshow & Scroller

Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcing you to use a set theme. In fact, Sequence has no in-built theme, leaving…

98
Yays

Cross browser fluid jQuery image gallery

Views 13656   downloads 1753   Slideshow & Scroller

The plugin This little jQuery image gallery plugin is basicly recreates the standard built-in window scrolling with a smooth easing effect. It is still in an early, development state, thus it may suffer…

97
Yays

Rotating Banner / Image switch scroller jQuery

Views 23196   downloads 3912   Slideshow & Scroller

This sample was entirely created using the Glimmer image sequence wizard. Whether it be for advertising, mastheads for your website, or, perhaps, an image gallery for your photos, Glimmer can help. Just…

95
Yays

a Content Slider with jQuery UI

Views 11184   downloads 1817   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…

89
Yays

Simple jquery Drag Controls Oversized Content

Views 11045   downloads 1582   Image Effects

When layout constraints bump up against the need for large images, finding a quality solution can be difficult. Mospromstroy  uses a creative technique to handle this situation: a "drag and drop"…

88
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 13238   downloads 1626   Image Effects

we’ll try to discuss how to make an image walking like in “The Wire Tumblr in Realtime”. Actually, that image walking makes use of a very simple technic; the script automatically prepends…

88
Yays

Great TinySlider 2 with jQuery

Views 30862   downloads 6625   Slideshow & Scroller

This full-featured and standalone JavaScript slider is easily configurable and visually customizable using CSS. It also clocks in at a tiny 3KB. Features included from the first version include automatic…

87
Yays

Slideshow jQuery Plugin

Views 9458   downloads 1408   Slideshow & Scroller

Include JavaScript library jQuery and (a)Slideshow plugin (with style): <link href="/js/jquery.aslideshow/simple/styles.css" media="screen" rel="stylesheet" type="text/css" /> <script type="text/javascript"…

86
Yays

Countdown jQuery Slick Image Slider Plugin

Views 27147   downloads 6349   Slideshow & Scroller

Sick of confusing and bloated image sliders that never work? Rock ZURB's Orbit for a mere 4KB Note: Works best in Chrome, Safari, FF3.5+ (but is tested for IE7+, FF3.5+, Chrome and Safari) The new…

86
Yays

super cool images slideshow Showcase with jQuery Plugin

Views 23556   downloads 5581   Slideshow & Scroller

Awkward Showcase is a plugin for the JavaScript Framework jQuery. We call it a Content Slider. But it can do more then just slide the content. For example you can add tooltips, enable thumbnails, activate…

86
Yays

Awesome jQuery focus figure effect

Views 37726   downloads 7887   Slideshow & Scroller

jQuery  focus figure effect. javascript $(function() { var sWidth = $("#focus").width(); var len = $("#focus ul li").length; var index = 0; var picTimer; var btn = "<div…

84
Yays

jQuery Lightweight, Versatile and Interactive Image Slider

Views 29875   downloads 6986   Slideshow & Scroller

gSlider is an interactive image slider built on jQuery. It is versatile, lightweight and easy to implement in any website or web applications. You can use gSlider for many purposes: Show your portfolio…

83
Yays

a Canvas Slideshow with JQuery

Views 11169   downloads 2543   Slideshow & Scroller

First of all we create our “jquery enclosure” since we want to make sure we are using jquery and not other library! (function($) {})(jQuery); All standard till now, let’s start with…