Submit your widget
132
Yays

Image Select Elements with jQuery and CSS3

Views 17877   downloads 3652   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 20800   downloads 4384   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 14308   downloads 2939   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 14209   downloads 2878   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 6505   downloads 1368   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 9555   downloads 2130   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 11738   downloads 1931   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 10135   downloads 2011   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 6566   downloads 1360   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,…

88
Yays

form Context highlighting using jQuery

Views 11646   downloads 2839   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 6495   downloads 1715   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 29368   downloads 5621   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 7845   downloads 2118   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 47673   downloads 8709   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 6313   downloads 1709   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…