Submit your widget
311
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48564   downloads 10398   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…

269
Yays

Super Cool jQuery and CSS3 Nifty Dynamic Shadow

Views 21589   downloads 3628   Layout & Interface

Step 1: Creating the transparent PNG’s First we need to prepare all PNG files we’re going to use. We’ll need following image elements: The on/off switch (needs two states) The light…

239
Yays

jQuery Desktop

Views 22963   downloads 4565   Layout & Interface

CSS   The rest of the eye-candy is handled via CSS, which involved extensive use of z-index to get things positioned just so. It probably goes without saying, but this demo obviously will bomb in…

206
Yays

Multiple custom content scroller With jquery

Views 54626   downloads 6530   Layout & Interface

Custom scrollbar plugin utilizing jquery UI that’s fully customizable with CSS. It features vertical/horizontal scrolling, mouse-wheel support (via Brandon Aaron jquery mouse-wheel plugin), scroll…

182
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30999   downloads 5720   Form

First we start of with the necessary file includes: [removed]<!--mce:0-->[removed][removed]<!--mce:1-->[removed][removed]<!--mce:2-->[removed] Let’s set the height of the contactArea…

173
Yays

Realistic Hover Effect With jQuery

Views 18894   downloads 4042   Layout & Interface

This is a rising hover effect to a set of icon links. Using jQuery’s animate effect, we experimented with icons that have reflections and others with shadows. The HTML and CSS are both straightforward…

139
Yays

Pure CSS Animated Progress Bar

Views 13944   downloads 2093   Layout & Interface

Here's a simple demonstration of how you can create animated progress bar using pure css. The trick is very simple. We need 3 elements, one container and 2 nested elements. The Concept We'll put a cool…

135
Yays

Mimic the iGoogle Interface Drag widget(jQuery )

Views 16489   downloads 3516   Layout & Interface

how to create a customizable interface with widgets. The finished product will be a sleek and unobtrusively coded iGoogle-like interface which has a ton of potential applications! Step 1: XHTML markup…

128
Yays

Beautiful image Filterable Portfolio with jQuery

Views 21458   downloads 3138   Layout & Interface

  If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break…

125
Yays

cool Gritter for jQuery (Growl)

Views 18951   downloads 2600   Layout & Interface

For those who don’t know what Growl is, it’s basically a notification bubble/popup that appears in the top right of your desktop – examples can be found here. Think of it as calling…

121
Yays

Useful jQuery Pagination plugin

Views 18698   downloads 4362   Slideshow & Scroller

When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates…

119
Yays

Filter Image View Using jQuery

Views 21762   downloads 3560   Layout & Interface

the image items are showing and hiding with horizontal slide effect based on user choice. Horizontal slide effect produced by manipulating item’s width, when hiding the item we will change the item…

118
Yays

Ajax Style Loading Animation in CSS3 ( no Images )

Views 21801   downloads 3666   Layout & Interface

As we all know loading images are very essential part of any website , but some time loading images takes time to load itself. But what if the images made up in CSS. So this time I used CSS3 to develop…

115
Yays

Flash Movies as Backgrounds

Views 11008   downloads 2664   Layout & Interface

Ever wondered how to set a flash movie as your website background? Well here’s a simple approach that can be used. The following example will guide you through the process of “layering”…

114
Yays

jQuery long list Page scroll

Views 18645   downloads 3602   Text & Link Effects

A good way to manage long list in short space! jquery.verticalSlider let you show long list of elements managing pagination, it can work with elements already in the DOM of your page or loading them via…