jscolor
- Submitted 10/16/2009
This library extends your HTML forms with the ability of using a smooth color picker dialog. To "pickerize" your text fields, just include jscolor.js into your HTML page and add attribute class="color" to all desired INPUTs.
See http://jscolor.com
Carpe Slider
- Submitted 07/29/2009
This slider is a good alternative to the text input tag, when the expected value is limited to a certain interval and/or when only a limited number of values in the interval are allowed.
Adding Options 2
- Submitted 07/08/2009
Add or change options on a form select menu. This script will also allow sub-group items, for additional selections.
Form Select Value Set
- Submitted 04/22/2009
This cool function allows users to set the value of a
select tag without having to know its position in the list.
Simply type in a letter of the alphabet and then
click on the find button.
CSS Border II
- Submitted 03/03/2009
This is a CSS border II that is easy to customize and works in all browsers
Textarea Character Limiter
- Submitted 02/04/2009
Use this script to limit the number of characters that a user
can type into your textarea. This script is heavily commented
and easily customizable.
Item Hider
- Submitted 01/14/2009
Use this script to hide items in your list. This could be used for printing out a list of selected items or adapted for many other uses.
Row Highlighter
- Submitted 01/08/2009
This script will highlight/unhighlight rows in a table utlizing radio buttons. It's a useful script for selections in data tables and very simple to implement.
TextArea Sizer
- Submitted 10/22/2008
This script makes your job a little easier by automatically resizing the textarea that your users type in.
Toggle Additional Info
- Submitted 08/28/2008
Add this snippet to your forms when you need additional information but don't want to display the input boxes unless it is necessary. Easy to implement and expand.