textarea の高さを自動調整
$(function() { $('textarea.expanding').autogrow(); });
<textarea class="expanding" name="myTextarea"></textarea>