Submit your widget
99
Yays

Blockster Images transition effect jQuery

Views 15556   downloads 2594   Slideshow & Scroller

Blockster is a Javascript transition effect designed for 'featured content' rotators or slideshows. Its underlying concept is to transition between one element to the next block by block. It is highly…

99
Yays

Transcendent Date Range Selector With jQuery

This example was inspired by some work I saw over at filamentgroup.com but their was more of a proof of concept than production code. I decided to try and make the code ready for production and hopefully…

99
Yays

Very sample Fade Out the Bottom with text

Views 10260   downloads 1928   Text & Link Effects

This is a cool effect where the bottom of the page seems to fade out. The technique makes use of an fixed position div (bottom: 0px;) with a transparent PNG image and a high z-index value. There is also…

99
Yays

useful radical Web Typography with jQuery

Views 8945   downloads 1906   Text & Link Effects

This is a lightweight, easy to use Javascript span injector for radical Web Typography, we're calling it "Lettering Dot JS", and we're releasing it today for free over on Github. Let me demo it for you:…

99
Yays

Cool jQuery photos Shutter Effect

Views 16392   downloads 3852   Slideshow & Scroller

This is a using the HTML5 canvas element to create a simple photography portfolio, which displays a set of featured photos with a camera shutter effect. This functionality will come in the form of an…

99
Yays

MobilyNotes--stacked format shows image jQuery plugin

Views 13319   downloads 2914   Slideshow & Scroller

MobilyNotes is lightweight (2KB) jQuery plugin that shows your images or other html content in a stacked format. Features: rotating your content autoplay autogenerated buttons $('.notes').mobilynotes({…

99
Yays

jQuery and CSS3 Sliding Horizontal Parallax

Views 54566   downloads 9542   Slideshow & Scroller

Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcing you to use a set theme. In fact, Sequence has no in-built theme, leaving…

98
Yays

UvumiTools Dropdown Menu with Mootools

Views 11384   downloads 2005   Menu & Navigation

The UvumiTools Dropdown Menu is the menu featured on this website. It is a very simple multi-level menu built from an HTML unorderd list, using Mootools Javascript Framework. We needed a simple and lightweight…

98
Yays

Minimalistic Slideshow Gallery with jQuery

Views 11446   downloads 2392   Slideshow & Scroller

We will create a simple and beautiful slideshow gallery that can be easily integrated in your web site. The idea is to have a container with our slideshow and the options to view a grid of thumbnails,…

98
Yays

Animated Header in jQuery

Views 16437   downloads 2304   Image Effects

We'll show you how to animate your header’s background image using jQuery to give your website that little extra something.We are going to build a header that animates it’s background. …

98
Yays

Neon Blink Effect for your Forms using CSS3 and jQuery

Views 9078   downloads 1991   Form

Step 1: Before We Start Coding Away Make sure you download the latest release of jQuery (version 1.4.2 at the time of writing), if you feel the need for a local copy, otherwise one always has the option…

98
Yays

presentation cycle:cycle with a progressbar slideshow(jQuery)

Views 10641   downloads 1981   Slideshow & Scroller

Cycle is a script that supports image presentations to easily display multiple images. This script supports a lot of effects and the cycling of html elements. Presentation Cycle is a variation on the…

98
Yays

Cross browser fluid jQuery image gallery

Views 13635   downloads 1741   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…

98
Yays

Accessible collapsing menu

Views 14296   downloads 3046   Menu & Navigation

This is a demo of the script explained in Accessible expanding and collapsing menu. The HTML The HTML that appeared in the article is this (shortened, and with id values translated from Swedish): <div…

98
Yays

animated menu with Sprites and jQuery

Views 8186   downloads 1957   Menu & Navigation

Sprites are widely used on big sites (Yahoo!, Google, Amazon and more) but rarely for “normal” projects. I think this is due to two questions that usually stop us when it comes to learn something…