gpt4 book ai didi

javascript - 停止工作后溢出: scroll; jquery keeps scrolling until some point,

转载 作者:行者123 更新时间:2023-11-28 13:05:21 30 4
gpt4 key购买 nike

继续追加,您会看到最新的聊天消息出现,但在某个点后它会停止自动向下滚动。我怎样才能解决这个问题?谢谢。

http://jsfiddle.net/VMcsU/

$("#button1").click(function(){
$("<div>").html("text").appendTo("#chat1");
$('#chat1').scrollTop($('#chat1').height())
});

最佳答案

你需要scrollHeight

DEMO

$("#button1").click(function(){
$("<div>").html("text").appendTo("#chat1");
$('#chat1').scrollTop($('#chat1')[0].scrollHeight)
});

关于javascript - 停止工作后溢出: scroll; jquery keeps scrolling until some point,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20412707/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com