UNPKG

jquery.ns-autogrow

Version:

Automatically adjust textarea height based on user input. Non-sucking version.

7 lines (6 loc) 259 B
$(function(){ $('.example1 textarea').autogrow(); $('.example2 textarea').autogrow({vertical: true, horizontal: false}); $('.example3 textarea').autogrow({vertical: false, horizontal: true}); $('.example4 textarea').autogrow({flickering: false}); });