Forms
Reinventing a Drop Down
Filed in Forms - over 3 years ago
This shows you how to style HTML select / drop down box using CSS and jQuery.
HashMask
Filed in Forms - over 3 years ago
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 intent being that the user would become familiar with this image and be able to easily confirm that they typed the right (or wrong) password.
Editable Select
Filed in Forms - over 3 years ago
Transforms a select list to a text input so you can edit the value directly, or choose a value from the list options. Basically takes the best of text inputs and select lists and mixes it together.
iPhone-like Password Fields using jQuery
Filed in Forms - over 3 years ago
A plugin that transforms HTML form password field into iPhone / iPod Touch like password fields, passwords get masked while typing but the last character in row is shown in plain text.
jQuery Imageless Buttons
Filed in Forms - over 3 years ago
This jQuery plugin is an attempt to recreate Google's imageless buttons and prove that it doesn't take a whole team of engineers and an endless cycle of code revision and quality control (their own words) to pull this off.
Tokenizing Autocomplete Text Entry
Filed in Forms - over 3 years ago
This is a jQuery plugin to allow users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.
jQuery iFramer
Filed in Forms - over 3 years ago
jQuery iFramer is a plugin made to submit forms with a hidden iframe. Say for instance you have an Impromptu popup that contains a few form fields and a file upload. The file upload is the kicker to needing such a plugin, since you can’t upload files via old fashion ajax.
AJAX File Upload Form
Filed in Forms - over 3 years ago
An AJAXified multiple file upload form that uses a lot lesser server side code and also provides a very nice user interface.
Uniform - Style Select, Radio & Checkboxes
Filed in Forms - over 3 years ago
A plugin for jQuery that lets you style select, radio, and checkboxes however you desire.
Skype-like buttons
Filed in Forms - over 3 years ago
If you use Skype I am sure that you noticed that animated button for adding more people to a chat. When you click on it the icon on the left "jumps" for a few times. I love that animation. And that's why I'm going to show you how to create the same button using jQuery and some simple CSS.










