Expand Textarea Horizontally

152 Views Asked by At

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?

1

There are 1 best solutions below

0
Naramsim On

The error was in the loading, first must load textarea, then autorow it