新增js工具脚本
This commit is contained in:
parent
f74df60b06
commit
fe8efeb204
2
JS/Tools.js
Normal file
2
JS/Tools.js
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
//textarea根据内容文字自动调整高度。注册textarea.oninput事件执行以下函数。
|
||||||
|
function textareaAutoHeight(){this.style.height='auto'; this.style.height= this.scrollHeight;}
|
Loading…
Reference in New Issue
Block a user