Auto Growing Textareas -


未知
未知

软件简介

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…