Submit your widget
132
Yays

Image Select Elements with jQuery and CSS3

Views 18012   downloads 3687   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…

135
Yays

dynamically highlighted columns pricing table

Views 20911   downloads 4420   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.…

137
Yays

JQuery NiceJForms

Views 14402   downloads 2966   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 14284   downloads 2904   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,…

78
Yays

CSS3 Mask Passwords Like the iPhone

Views 6573   downloads 1395   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…

80
Yays

Awesome In-Field form Labels jQuery Plugin

Views 9623   downloads 2158   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 11831   downloads 1964   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…

137
Yays

cool paginated filterable multi-select widget for MooTools

Views 10228   downloads 2042   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…

75
Yays

jQuery secure visualization of password field input

Views 6637   downloads 1385   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,…

91
Yays

form Context highlighting using jQuery

Views 11741   downloads 2866   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…

89
Yays

jQuery Disabled labels plugin

Views 6610   downloads 1744   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 29496   downloads 5647   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…

112
Yays

JQuery simple Digg Style Sign Up Form

Views 7925   downloads 2146   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…

176
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47837   downloads 8743   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…

90
Yays

Experiment in Password Masking

Views 6389   downloads 1740   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…