Submit your widget
125
Yays

cool Gritter for jQuery (Growl)

Views 19119   downloads 2653   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…

80
Yays

Awesome In-Field form Labels jQuery Plugin

Views 9752   downloads 2226   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…

104
Yays

MooTools Brilliant Animated Tabs

Views 16124   downloads 3262   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…

126
Yays

SlideItMoo v1.1 –multiple image slider

Views 23695   downloads 3611   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 11963   downloads 2028   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…

151
Yays

JQuery Draggable Sitemap

Views 22659   downloads 3760   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…

137
Yays

cool paginated filterable multi-select widget for MooTools

Views 10364   downloads 2104   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…

115
Yays

Easy jQuery drop down menus

Views 17135   downloads 3178   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…

98
Yays

Very sample Fade Out the Bottom with text

Views 10205   downloads 1897   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…

77
Yays

jQuery secure visualization of password field input

Views 6760   downloads 1449   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,…

151
Yays

slide tabbed box using jQuery

Views 16194   downloads 3686   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…

91
Yays

form Context highlighting using jQuery

Views 11855   downloads 2935   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…

127
Yays

simple Dynamic tabs using jQuery

Views 23814   downloads 3497   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…

109
Yays

horizontal accordion plugin for jQuery

Views 8346   downloads 1793   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…

102
Yays

Very Useful CSS3 Speech Bubble

Views 9574   downloads 1905   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>…