如何使div滚动到它的结尾,Y轴

时间:2016-04-18 09:37:57

标签: javascript jquery html css

我有一个聊天的div,已经可以滚动了。但我想让它自动滚动到上次聊天。 这是加载时聊天框的样子。 enter image description here

但我希望它像下面的图像,当它加载时。

enter image description here

我怎样才能做到这一点?非常感谢,谢谢!

2 个答案:

答案 0 :(得分:1)

如果您尝试了解$request->get('email')$("#depots").on("click", ".depots-pricing-details", function (e) { ....... }); 值,则公式为:

height
  

注意:scrollheight变量代表滚动容器元素。

答案 1 :(得分:1)

$('#div1').scrollTop($('#div1')[0].scrollHeight);