크기 조절 방지 높이만 조절 가능 넑이만 노절 가능 2020.09.28 - [분류 전체보기] - TEXTAREA 높이 자동조절 TEXTAREA 높이 자동조절 $("textarea").each(function() { var offset = this.offsetHeight - this.clientHeight; var resizeTextarea = function(el) { $(el).css('height', 'auto').css('height', el.scrollHeight + offset); }; $(this).on('keyup input focusin', function() { resizeTextarea(th am0900.tistory.com