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.
我需要你的帮助。
你可以在这里测试我的代码jsfiddle
我使用 enscroll.js,我想在底部滚动以查看最后添加的行。
你可以这样做:
$(".scrollbox").scrollTop($(".scrollbox")[0].scrollHeight);
演示:http: //jsfiddle.net/PGuB5/84/
它可以帮助您滚动结束。
$('body').scrollTop($('body')[0].scrollHeight);