Rob*_*ght 3 css jquery textarea prop
我以前简单的textarea扩展器现在引起了问题.
$(document).on('keyup', 'textarea',function(){
$(this).height($(this).prop('scrollHeight'));
});
Run Code Online (Sandbox Code Playgroud)
适用于Firefox,但在webkit浏览器上,无论是需要还是现在,都会在每次按键时增加文本区域的大小.