Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以前简单的 textarea 扩展器现在引起了问题。
$(document).on('keyup', 'textarea',function(){ $(this).height($(this).prop('scrollHeight')); });
在 Firefox 上运行良好,但在 webkit 浏览器上,无论需要还是现在,每次按键时都会不断增加文本区域的大小。
看起来你正在寻找这个。http://www.jacklmoore.com/autosize