Autosize - A plugin to automatically adjust textarea height

Autosize is a Small jQuery plugin to allow dynamic resizing of textarea height, so that it grows as based on visitor input. To use, just call the .autosize() method on any textarea element. Ex:

$("textarea").autosize();

 

w10schools
2014-01-12 10:05:48
Comments
Leave a Comment

Please login to continue.