Submit your widget
179
Yays

A Tabbed Content Rotator Using jQuery

Views 29776   downloads 5697   Tabs

we are going to create a tabbed content rotator (not sure what to call it really) using everyone’s favorite Javascript framework, jQuery and an interface library called jQuery UI. This effect can…

110
Yays

Animated background image with jQuery

Views 12846   downloads 2451   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…

103
Yays

Sliding Image Gallery jQuery Plugin

Views 13803   downloads 2799   Slideshow & Scroller

The idea behind this plug-in is to display a varying number of images in an attractive and easy to use manner. The inspiration for this plug-in this iTunes album viewer. The SlidingGallery plug-in will…

83
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 12925   downloads 1471   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…

170
Yays

Beautiful Coverflip with jQuery

Views 29955   downloads 4066   Slideshow & Scroller

jCoverflip depends upon: jQuery version 1.3 or later jQuery UI 1.7.2 (only the core of jQuery UI is required and the themes are not used) Add the styles to your site: .ui-jcoverflip { position: relative;…

81
Yays

a Canvas Slideshow with JQuery

Views 10752   downloads 2387   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…

98
Yays

jquery masked Gallery

Views 14195   downloads 2360   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

92
Yays

BlogSlideShow image viewer with fancy transition effects (jQuery&CSS3;)

Views 8890   downloads 1408   Lightbox & Dialog & Overlay

BlogSlideShow is a free open-code JQuery plugin that enhances your blog pages with fancy image viewer, which provides nice transition effects including CSS3/HTML5-related ones. All what you need is to…

83
Yays

Slideshow jQuery Plugin

Views 9090   downloads 1248   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"…

117
Yays

A new jQuery plugin: scrollSomething

Views 11908   downloads 2478   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…

94
Yays

Cross browser fluid jQuery image gallery

Views 13286   downloads 1597   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…

94
Yays

Rotating Banner / Image switch scroller jQuery

Views 22776   downloads 3743   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…

197
Yays

Seamless images scroller with jquery plugin

Views 42268   downloads 6653   Slideshow & Scroller

Update(2011.9.27): fixed title overflow bug. Usage Add js and css files <link href="css/scroller_roll.css" rel="stylesheet" type="text/css"></link> <script…

1575
Yays

Amazon style image and title scroller with jQuery

Views 138004   downloads 26868   Slideshow & Scroller

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

107
Yays

jQuery a waterwheel Carousel Plugin

Views 16975   downloads 2275   Slideshow & Scroller

                    For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This…