Submit your widget
131
Yays

Image Select Elements with jQuery and CSS3

Views 17761   downloads 3623   Form

When creating your web designs, you are always striving for a consistent look across the different browsers. Unfortunately, one of the most fundamental elements of your website – the browser controls…

133
Yays

dynamically highlighted columns pricing table

Views 20738   downloads 4360   Table

Like Crazy Egg's pricing table on their Pricing & Signup page. When you click on "Sign Up" for an option, that plan's column highlights, the other plans vanish, and a signup form takes their place.…

134
Yays

JQuery NiceJForms

Views 14237   downloads 2910   Form

NiceJForms represents a solution to get form elements with beautiful shapes using custom design, which utilizes the lightweight JavaScript library jQuery, and is nothing more than a translation of Niceforms…

89
Yays

fance Checkboxes, Radio Buttons, Select Lists, Custom HTML Form Elements

Views 14156   downloads 2856   Form

Have you ever wanted to use your own images for checkboxes, radio buttons or select lists? This script will let you do that. Easily. The unobtrusive script gracefully degrades, so if JavaScript is disabled,…

76
Yays

CSS3 Mask Passwords Like the iPhone

Views 6453   downloads 1343   Form

Passwords are all about security – In some cases passwords are simply about the reassuring appearance of security. A site that has password protection is, to many users, secure – whether the…

76
Yays

Awesome In-Field form Labels jQuery Plugin

Views 9504   downloads 2103   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…

90
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 11680   downloads 1906   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…

133
Yays

cool paginated filterable multi-select widget for MooTools

Views 10071   downloads 1986   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…

73
Yays

jQuery secure visualization of password field input

Views 6506   downloads 1334   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,…

87
Yays

form Context highlighting using jQuery

Views 11582   downloads 2812   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…

87
Yays

jQuery Disabled labels plugin

Views 6420   downloads 1692   Form

To better distinguish at a glance which inputs are disabled/enabled, I've chosen to style the labels of disabled inputs with a faint gray color. HTML The difference in HTML is a small one. The first example…

129
Yays

JQuery Fancy AJAX Contact Form

Views 29267   downloads 5594   Form

Introduction Providing a simple and reliable means of feedback from site visitors is a crucial part of any web presence. The most simple and common feedback channel are contact forms. In this tutorial…

110
Yays

JQuery simple Digg Style Sign Up Form

Views 7783   downloads 2094   Form

Digg.com is one of the most popular social networking sites, allowing you to discover and share the content all over the web. In this tutorial we are going to simulate their signup form, with unique features…

174
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47579   downloads 8683   Form

Styling checkbox and radio button inputs to match a custom design is nearly impossible because neither reliably supports basic CSS, like background colors or images; it's even a challenge to get the margins…

88
Yays

Experiment in Password Masking

Views 6244   downloads 1682   Form

HashMask is an attempt to find a more secure middle ground between clear and masked passwords. It does this by visualizing a hashed representation of the password as a sparkline with color – the…