Submit your widget
132
Yays

Image Select Elements with jQuery and CSS3

Views 17904   downloads 3661   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…

134
Yays

dynamically highlighted columns pricing table

Views 20817   downloads 4393   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.…

135
Yays

JQuery NiceJForms

Views 14322   downloads 2944   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…

90
Yays

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

Views 14221   downloads 2885   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,…

77
Yays

CSS3 Mask Passwords Like the iPhone

Views 6517   downloads 1373   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…

77
Yays

Awesome In-Field form Labels jQuery Plugin

Views 9567   downloads 2136   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…

93
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 11755   downloads 1939   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…

134
Yays

cool paginated filterable multi-select widget for MooTools

Views 10154   downloads 2019   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…

74
Yays

jQuery secure visualization of password field input

Views 6577   downloads 1367   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,…

89
Yays

form Context highlighting using jQuery

Views 11660   downloads 2845   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…

88
Yays

jQuery Disabled labels plugin

Views 6512   downloads 1723   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…

130
Yays

JQuery Fancy AJAX Contact Form

Views 29389   downloads 5627   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…

111
Yays

JQuery simple Digg Style Sign Up Form

Views 7859   downloads 2126   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…

175
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47691   downloads 8717   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…

89
Yays

Experiment in Password Masking

Views 6331   downloads 1717   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…