简单的Crossbrowser textarea扩展器

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浏览器上,无论是需要还是现在,都会在每次按键时增加文本区域的大小.

Ada*_*eld 7

看起来你正在寻找这个.http://www.jacklmoore.com/autosize