gpt4 book ai didi

jquery - NiceScroll 设置 div 始终从聊天框的底部滚动

转载 作者:行者123 更新时间:2023-12-01 07:52:36 25 4
gpt4 key购买 nike

我想设置 div 始终从聊天框的底部滚动,如下图所示,其他解决方案也可以接受。

Image

最佳答案

我设法这样做:

让我们假设:

<div id="chat-scroll-container">
<div id="chat-content">
... your messages ...
</div>
</div>

你可以这样做:

$('#chat-scroll-container').getNiceScroll(0).doScrollTop($('#chat-content').height());

如果您不想使用任何动画,请这样做:

$('#chat-scroll-container').getNiceScroll(0).doScrollTop($('#chat-content').height(), -1); // -1 is the animation duration

关于jquery - NiceScroll 设置 div 始终从聊天框的底部滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27798111/

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