Skip to content

instanceofme/jquery-simpleautogrow

 
 

Repository files navigation

jQuery simple autogrow plugin

This plugin combines ideas from Chrys Bader's Auto Expanding Text Area and John Kuindji's Growfield Library 2 and implements them in a concise and stripped down way.

Usage

Just call simpleautogrow() for some <textarea> elements:

$(document).ready(function(){
  $('textarea').simpleautogrow();
});

License

The jQuery simple autogrow plugin is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly.

Author

The plugin was originally created by Antti Kaihola <akaihol plus-sign jquery at-sign ambitone dot com>.

More information

About

This plugin combines ideas from Chrys Bader's jquery.autogrow.js and John Kuindji's jquery.growfield2.js and implements them in a concise and stripped down way.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%