阅读背景:

微信内网页内容被键盘顶上去问题解决

来源:互联网 
$("input").blur(function() {
        setTimeout(function() {
            var scrollHeight =
                document.documentElement.scrollTop ||
                document.body.scrollTop ||
                0;
            window.scrollTo(0, Math.max(scrollHeight - 1, 0));
        }, 100);
    });
    $("select").change(function() {
        setTimeout(function() {
            var scrollHeight =
                document.documentElement.scrollTop ||
                document.body.scrollTop ||
                0;
            window.scrollTo(0, Math.max(scrollHeight - 1, 0));
        }, 100);
    });
$("input").blur(function() {
        setTim



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: