Submit your widget
170
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

Views 44960   downloads 6220   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

168
Yays

jQuery 3D Feature Image Carousel

Views 24505   downloads 3610   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 plugin currently works with jQuery verson 1.4, and will most likely work…

168
Yays

Great Round Image Galleries With jQuery

Views 27392   downloads 4876   Slideshow & Scroller

Hey guys. Quite often with image galleries powered by jQuery, we’re presented with a very similar layout – one which contains the images or items presented inside a rectangle. This is great…

154
Yays

JQuery Smooth Div Scroll

Views 49050   downloads 6189   Slideshow & Scroller

Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right. Apart from many of the other scrolling plugins that have been written for jQuery, Smooth Div Scroll does not limit…

145
Yays

Awesome jQuery tabSwitch slideshow

Views 33845   downloads 4381   Tabs

tabSwitch is a tab/slider plugin for jQuery. You could make a tab box system with the least of code and still fully customizable. Currently, you could choose from 7 different effects with 2 view styles.…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35094   downloads 4722   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

144
Yays

thumbnail scroller with jquery

Views 34862   downloads 4477   Slideshow & Scroller

A cool jquery/css thumbnail scroller inspired by the ones made in Flash. It works on mouse over and it’s simple to configure and easy to style through css. The code for the full sized, horizontal…

143
Yays

randomised nice jQuery background scrolling effect

Views 23014   downloads 4375   Image Effects

A continually scrollling background image using javascript A static overlay image with transparency Random starting positions for both images allowing for a unique appearance on every page load, again…

141
Yays

Roundabout(Scroller)

Views 72031   downloads 4325   Slideshow & Scroller

Your Very First Roundabout This three-step guide will assist you in converting a boring unordered-list into an exciting Roundabout! Once this tutorial is complete, check out how to customize your Roundabout.…

141
Yays

jQuery Scroll Linked Navigation

Views 19482   downloads 3591   Tabs

The Problem What you need to do is hook in to the user scrolling the web page, and when a particular element comes in to view, if there’s an associated navigation item - make it selected. That’s…

140
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20206   downloads 4169   Slideshow & Scroller

  Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other. Step 1: Writing the markup First things…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35102   downloads 4817   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

140
Yays

A jQuery News Ticker Effect

Views 18617   downloads 3607   Text & Link Effects

liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker The markup <ul id="ticker01"> <li><span>10/10/2007</span><a href="#">The…

139
Yays

a Wobbling 3D Carousel(jQuery)

Views 19445   downloads 2916   Slideshow & Scroller

This is a  3D carousel.we’ll create a ring by plotting points in 3d space, then we’ll rotate it so it’s almost perpendicular to the viewer.  Because it’s not 100% flat,…