|
|
1.
|
| jMaxInput: jQuery Twitter-Like Textarea |
|
|
2.
|
| Digg Style Update Characters While Typing |
|
|
3.
|
jGrow
( 04 September 2008)
| jGrow is a jQuery plug-in that makes the textarea adjust its size according to the length of the text. |
Compatibility: Type: Javascript, jQuery, Plugin
|
|
4.
|
|
|
5.
|
|
|
6.
|
| Text Characters Counter/Limiter |
|
|
7.
|
| A script that checks the number of characters in a form box, and if it exceeds the predetermined number, cancels the form submission, and asks the surfer to re-enter data. |
|
|
8.
|
| Put a cap on the amount of characters certain form fields of your form accept, by using this useful script. Once the limit has been reached, typing within the field in question has no effect. |
|
|
9.
|
| This script "auto tabs" a form field (and jumps to another field) once the length of the field's value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the user's input reaches the maxlength's value. |
|
|
10.
|
| Similar in function to Form Field Limiter above, this script allows you to restrict the number of characters inside a form element (ie: textarea) while displaying a progress bar on the remaining characters beneath it. |
|