Skip to content

dirkbonhomme/jQuery-textarea-autosizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-textarea-autosizer

Autosize textarea height based on input

##Online demo http://preview.bytelogic.be/jquery-textarea-autosizer/

##Usage

 // Enable:
 $(<textarea selector>).autosize();
 
 // Disable:
 $(<textarea selector>).autosize(false);
 
 // Handle autosize events:
 $(<textarea selector>).on('autosize', callback);

##Browser support Tested on:

  • IE9+
  • Opera 12+
  • Firefox 15+
  • Safari 6+
  • Chrome 21+

Should work fine in modern browsers. Please test and submit more supported browsers!

About

Autosize textarea height based on input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published