Skip to content

Latest commit

 

History

History
executable file
·
12 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

executable file
·
12 lines (11 loc) · 276 Bytes

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])