Submit your widget
129
Yays

cool Gritter for jQuery (Growl)

Views 19283   downloads 2714   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…

81
Yays

Awesome In-Field form Labels jQuery Plugin

Views 9868   downloads 2281   Form

This is a simple plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and…

105
Yays

MooTools Brilliant Animated Tabs

Views 16247   downloads 3315   Tabs

There are times when we need to display a bit too much content in a small space. One way to do it is by using tabs. Fancy tabs is a tabs navigation display that tries to cover most situations, from AJAX…

130
Yays

SlideItMoo v1.1 –multiple image slider

Views 23814   downloads 3667   Slideshow & Scroller

SlideItMoo v1.1 comes with some new stuff implemented in it. Those of you familiar with version 1.0, skip to download read on. Updates have been made for more extensive usage of SlideItMoo. For the rest,…

94
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 12083   downloads 2095   Form

Since it was first featured on Facebook, elastic textareas – <textarea> elements that automatically expand or shrink depending on how much text the user inputs – has become one of the…

152
Yays

JQuery Draggable Sitemap

Views 22857   downloads 3822   Menu & Navigation

There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce…

138
Yays

cool paginated filterable multi-select widget for MooTools

Views 10483   downloads 2163   Form

The standard HTML list box is a much maligned user interface element. It requires use of both mouse and keyboard to operate, and with any more than a few elements it requires the user to scroll. It's…

119
Yays

Easy jQuery drop down menus

Views 17279   downloads 3238   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

99
Yays

Very sample Fade Out the Bottom with text

Views 10315   downloads 1957   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…

78
Yays

jQuery secure visualization of password field input

Views 6872   downloads 1510   Form

A sexy, secure visualization of password field input In a tweet: Chroma-Hash is a jQuery plugin that dynamically visualizes secure text-field values using ambient color bars Password entry can be frustrating,…

152
Yays

slide tabbed box using jQuery

Views 16314   downloads 3738   Tabs

A new jQuery plugin tabSwitch which automate all the step to make a slide tabbed box and many other style of tabs. There are so many kinds of tabbed menu nowadays. Still I really like the sliding effect…

92
Yays

form Context highlighting using jQuery

Views 11971   downloads 2995   Form

Since the forms were often very complex and had (too much I would say) controls on them, I needed to focus a user's attention on the current context. I first thought to highlight the current row. The…

128
Yays

simple Dynamic tabs using jQuery

Views 24126   downloads 3580   Tabs

This example will show you how to use jQuery to create tabs that can be added and removed dynamically. Although the example looks bulletproof, there are some questions I will raise about how to use tabs…

111
Yays

horizontal accordion plugin for jQuery

Views 8474   downloads 1846   Accordion

It is very simple, with a few parameters: speed set the velocity of the animation, headerclass set another classname for header divs (by default "header"), contentclass set another classname for content…

112
Yays

Very Useful CSS3 Speech Bubble

Views 9679   downloads 1952   Tooltips

Just to show the concept i decided to make a speech bubble with a little pointer out of only html and css3. HTML: <div class="bubble"> <div class="pointer"> <div class="one"></div>…