jQuery plugin to help auto resize textareas.
- download the JS file along with jQuery and add them to your project
- link them.
- run the init: '$('textarea').init();'
you can pass in the following to the init method as key/value pair object:
- maxHeight: how far it will go;
- footPadding: extra padding to add at end, default is 10px
In future releases:
- resize the textarea back to a smaller size as text changes
nautoresize is under teh MIT and GPL license.