Submit your widget
132
Yays

Image Select Elements with jQuery and CSS3

Views 18118   downloads 3717   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 20985   downloads 4454   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 14497   downloads 2995   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…

93
Yays

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

Views 14356   downloads 2937   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,…

80
Yays

CSS3 Mask Passwords Like the iPhone

Views 6640   downloads 1421   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 9701   downloads 2193   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 11900   downloads 1999   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 10322   downloads 2073   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 6707   downloads 1418   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 11805   downloads 2901   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 6705   downloads 1775   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 29588   downloads 5688   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 7992   downloads 2179   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 47937   downloads 8789   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 6493   downloads 1777   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…