0

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?

Naramsim
  • 8,059
  • 6
  • 35
  • 43

1 Answers1

0

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

Naramsim
  • 8,059
  • 6
  • 35
  • 43