我正在使用scrolltop移动到滚动的底部:
// Auto-scroll to the bottom
$("#test_div").scrollTop($("#test_div")[0].scrollHeight);
这是div元素:
<div class="dialog">
<div id="test_div" class="conversation">
</div>
</div>
由于某些原因,滚动条没有移动到列表的底部。我不确定这里是否有任何问题。