Submit your widget
128
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 70723   downloads 11226   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,…

127
Yays

previous-next slideshow - simple and practical image slideshow jQuery plugin

Views 21338   downloads 3601   Slideshow & Scroller

Usage Include js and css files. <link href="css/previousnext.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

124
Yays

jQuery ExtSlide

Views 7930   downloads 1708   Slideshow & Scroller

jquery extends slide effect (animate): slideLeftShow, slideLeftHide, slideLeftToggle, slideRightShow, slideRightHide, slideRightToggle

124
Yays

jQuery mouse scroll images slideshow

Views 37955   downloads 3787   Slideshow & Scroller

Rhinoslider is the most flexible jQuery slideshow there is. Be welcome to try it yourself. Not only do we offer a variety of effects, we also allow you to add your own styles, effects and features to…

123
Yays

Simple Image Viewer(jQuery)

Views 18062   downloads 3778   Slideshow & Scroller

Step 1: Create the Mark-up Here I have created two columns - for navigation and output. For the sake of simplicity I use attribute rel for links to find corresponding image by id in output section.  …

123
Yays

Creating a Rotating Billboard System with jQuery and CSS

Views 16736   downloads 3307   Slideshow & Scroller

We will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will…

123
Yays

jQuery Blinds Slideshow using CSS Sprites

Views 19241   downloads 3030   Slideshow & Scroller

Features Smooth animated transition Customizable sprite grid Customizable animation ochestration Multiple instances on the same webpage jQuery compatible (plugin) Unobtrusive javascript Compatibility…

122
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19936   downloads 2947   Slideshow & Scroller

Features Resizes images to fill browser while maintaining image dimension ratio No extra whitespace, no scrollbars – the entire browser window is always filled Compatible in Firefox, Safari, Opera,…

122
Yays

a Fade Slideshow jQuery

Views 23510   downloads 4669   Slideshow & Scroller

In order to more easily access each slide from JavaScript, each slide is numbered in its id name. Then the copy is placed in a new <div> container, so that the position of the copy is easier to…

122
Yays

Big Multiple Images Slideshow With JQuery

Views 30226   downloads 3520   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,…

122
Yays

multiple Nice JQuery slideshow

Views 21120   downloads 3769   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…

121
Yays

Simple transition effect jQuery

Views 13885   downloads 3179   Slideshow & Scroller

Simple transition effect to rotate images one "slice" after another. JS $(document).ready(function() { // $('#rotator').stripesRotator({ images: $('#imagescontainer') }); // $('#rotator').stripesRotator({…

121
Yays

Multi Style jQuery images gallery

Views 20884   downloads 2722   Slideshow & Scroller

How to use To create image gallery on your html webpage, you should encapsulate all gallery images into a block element (ex. "div") with specified width and height properties. Galileory script would automaticly…

121
Yays

useful circulate Slider with jQuery

Views 14884   downloads 2638   Slideshow & Scroller

we’re going to use Nathan Searles’ jQuery loopedSlider, a plugin made for jQuery that solves a simple problem, the looping of slide content. It was created to be easy to implement, smooth…

120
Yays

JQuery Image slideshow Gallery Auto Play/Pause Rotation

Views 28187   downloads 3329   Slideshow & Scroller

There is an awesome jquery gallery which is transparent, fixed on screen, autoplay on/off buttons and css3 stylized gallery. I used simple jQuery functions and make them more clear by commenting the code…