Auto Growing Textareas
January 12, 2008 - 1:01am — chrysb
This plugin makes it easy to have auto-growing textareas. Meaning, if you have a textarea, as the user types it will expand vertically to accommodate the size of the entry. This was inspired by Facebook's auto-expanding text areas.
To make a textarea autogrow, simply do this
$('textarea').autogrow();
$('textarea.classname').autogrow();
etc...
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 1.2.1 | 2008-Feb-13 | 13.19 KB | Recommended for 1.0.x | ||
| 1.2.2 | 2008-Mar-19 | 13.33 KB | Recommended for 1.2.x | ||