Submit your widget
107
Yays

jQuery Large Thumb Photo Gallery

Views 14126   downloads 2765   Slideshow & Scroller

What I decided to do was load the large images into the page with AJAX so that the initial load time was faster, and the gallery could handle more images on slower connections. The HTML Below is the new…

144
Yays

thumbnail scroller with jquery

Views 34837   downloads 4473   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…

136
Yays

lightweight Scrollbar jQuery plugin

Views 18657   downloads 5038   Slideshow & Scroller

Tiny Scrollbar can be used for scrolling content. It was built using the javascript jQuery library. Tiny scrollbar was designed to be a dynamic lightweight utility that gives webdesigners a powerfull…

97
Yays

jQuery Slideshow with a Transparent PNG Frame

Views 18380   downloads 2693   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…

141
Yays

jQuery Scroll Linked Navigation

Views 19457   downloads 3586   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…

105
Yays

iPhone like Sliding Headers effect With jQuery

Views 9743   downloads 1803   Text & Link Effects

  One really nice UI effect is when a new heading is just about to replace the existing heading, it pushes the existing heading out of view. It’s very subtle and only really visible if you…

170
Yays

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

Views 44939   downloads 6215   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>…

140
Yays

A jQuery News Ticker Effect

Views 18599   downloads 3601   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…

154
Yays

JQuery Smooth Div Scroll

Views 49035   downloads 6184   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…

120
Yays

JQuery Carousel Tabber

Views 32308   downloads 4671   Slideshow & Scroller

Out of the box, billy is a basic scrolling carousel which can be implemented very easily. A person with little knowledge of either html or javascript can get billy working on a page within a few minutes.…

180
Yays

A Tabbed Content Rotator Using jQuery

Views 29820   downloads 5720   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…

111
Yays

Animated background image with jQuery

Views 12884   downloads 2470   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…

104
Yays

Sliding Image Gallery jQuery Plugin

Views 13855   downloads 2821   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…

84
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 12962   downloads 1489   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…

171
Yays

Beautiful Coverflip with jQuery

Views 30008   downloads 4085   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;…