I found this JQuery plugin: https://github.com/rotundasoftware/jquery.autogrow-textarea
I follow the related guide, but I didn't get any result.
I tried to call this in my document.ready()
$( "textarea" ).autogrow( { vertical : true, horizontal : true } );
Can anybody show me how use it correctly?