Submit your widget
129
Yays

a jQuery Image Scroller

Views 20240   downloads 3583   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…

129
Yays

Fancy Zoom with jquery or Mootools

Views 17517   downloads 4615   Lightbox & Dialog & Overlay

FIrst off, you can visit the demo to see the effect in action. the fancyZoom effect is added in a much more jQuery-like way. $(document).ready(function() { $('a.zoom').fancyZoom(); }); This will add the…

129
Yays

jQuery Simple slideshow

Views 18722   downloads 2913   Slideshow & Scroller

Show only the first image and hide the others; Place a “current” class on the list-item; Only exucute the function once when it has a current status. That’s it? Yep… it’s…

128
Yays

Making a Mosaic Slideshow With jQuery & CSS

Views 20605   downloads 2785   Slideshow & Scroller

  We are making a jQuery & CSS mosaic gallery. Mosaic, because it will feature an interesting tile transition effect when moving from one slide to another. Step 1 – XHTML   The mosaic…

128
Yays

jQuery Vertical Slideshow

Views 29758   downloads 4523   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

127
Yays

a Brilliant Mask Transition Slideshow With jQuery

Views 20647   downloads 4108   Slideshow & Scroller

Setting up workspace for the plugin. Before we can move forward, there are few things we need to look at. We will keep our presentation separated from logic, so we will create a css file jMask.css for…

125
Yays

Simple Image Gallery Navigation (slider) plugin in jQuery

Views 27317   downloads 3641   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

Basic image Rotate effect with jQuery

Views 24932   downloads 2157   Image Effects

Description: This is an final product of a Wilq32.PhotoEffect Snippet (browse blog to get more information). Actually you can use this simple and tiny script to rotate images (any angle) directly on client…

125
Yays

Nice jQuery filter images effect

Views 24846   downloads 3423   Image Effects

Features: shows specified collection on startup three types of animation callback functions Changelog: 25.1.2011 - shows specified collection on startup, plugin parameter names have been changed $('.selecter').mobilyselect({…

125
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 69661   downloads 11066   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,…

124
Yays

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

Views 21010   downloads 3469   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>…

123
Yays

Firefox Add-ons center style slideshow with jQuery

Views 17496   downloads 2575   Slideshow & Scroller

Usage   Add js and css file   <link href="css/scroller.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script…

123
Yays

unique Gallery by using z-index and jQuery

Views 11122   downloads 2240   Image Effects

we will combine the CSS property ‘z-index’ and the power of jQuery to create a unique gallery which have a appearance of a pile of pictures. In this example we have the appearance of a pile…

122
Yays

Pretty Simple Content Slider with jQuery and CSS3

Views 19087   downloads 4157   Slideshow & Scroller

We will create an auto-playing content slider with jQuery and CSS3. The idea is to alter the background image and to slide in the heading and the description. By clicking on one of the menu items, the…

122
Yays

Advanced jQuery background images slideshow

Views 20190   downloads 3899   Slideshow & Scroller

With the use of transparent PNG's, some HTML, pretty nifty CSS and jQuery, we can make this technique work. Read the rest of this article to learn how to create a beautiful advanced jQuery background…