This using Pure JavaScript Code. function auto_grow(element) { element.style.height = "5px"; element.style.height = (element.scrollHeight)+"px"; } textarea ...
確定! 回上一頁