jquery vs plain js version of textarea auto height

后端 未结 0 1248
时光取名叫无心
时光取名叫无心 2021-02-15 23:58

#ed is a textarea
auto-height works with plain js:

var ed = document.querySelector("#ed");
ed.addEventListener(\'input\', h);
     
f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题