jquery.textareaAutoSize Simple jQuery plugin auto resizes a textarea for content. How to Use $('textarea').textareaAutoSize({ min_height: 30, // Default: 30 max_height: 100 // Default: 100 }); Author Nabeel Javaid ([email protected])