js textarea 자동 증가 및 스크롤 바 숨 기기


<textarea id="tValue" style="overflow-y:hidden; height:20px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'"></textarea>

좋은 웹페이지 즐겨찾기