Submit your widget
126
Yays

cool Gritter for jQuery (Growl)

Views 19201   downloads 2682   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 9815   downloads 2249   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 16185   downloads 3289   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…

127
Yays

SlideItMoo v1.1 –multiple image slider

Views 23758   downloads 3639   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,…

93
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 12022   downloads 2055   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 22774   downloads 3795   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 10428   downloads 2136   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 17213   downloads 3209   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 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…

78
Yays

jQuery secure visualization of password field input

Views 6828   downloads 1478   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 16254   downloads 3712   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 11908   downloads 2969   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 23974   downloads 3542   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 8411   downloads 1820   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 9631   downloads 1925   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>…