# autosize **Repository Path**: mirrors_knownasilya/autosize ## Basic Information - **Project Name**: autosize - **Description**: jQuery plugin for dynamic textarea sizing - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Autosize 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. Example `$('textarea').autosize();`. See the [project page](http://jacklmoore.com/autosize/) for documentation and a demonstration. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). ## Changelog ### Version 1.6 - February 11, 2011 * added binding to allow autosize to be triggered manually. Example: $('#myTextArea').trigger('autosize'); ### Version 1.5 - December 7, 2011 * fixed a regression in detecting FireFox support ### Version 1.4 - November 22, 2011 * added branching to exclude old browsers (FF3- & Safari4-) ### Version 1.3 - November 13, 2011 * fixed a regression in 1.1 relating to Opera. ### Version 1.2 - November 10, 2011 * fixed a regression in 1.1 that broke autosize for IE9. ### Version 1.1 - November 10, 2011 * autosize now follows the max-height of textareas. OverflowY will be set to scroll once the content height exceeds max-height. ### Version 1.0 - November 7, 2011 * first release