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.
TextArea Character Counter
- Submitted 07/01/2008
This example counts the number of words and characters in the form textarea.
It does the counting when the onchange of the textarea occurs.
Form Field Hints
- Submitted 05/05/2008
This is a basic example of how helpful a little JavaScript and CSS can be in a form. Instead of the input hints always showing and potentionally cluttering a very simple form, only the hint for the currently focused input will show.
Right Click Context Menu
- Submitted 03/25/2008
This javascript enables you to display a context menu whenever a user right click the page. It's a customizable menu. Check it out yourself... (Download Zip file)