var div=$(".chatmsgbox")[0]
div.scrollTop =$("#conbox")[0].scrollHeight;
chatmsgbox为父级div
conbox为子级
若使用vue默认显示需要在这两句代码外面包裹一层
this.$nextTick(function(){})//异步化队列
var div=$(".chatmsgbox")[0]
div.scrollTop =$("#conbox")[0].scrollHeight;
chatmsgbox为父级div
conbox为子级
若使用vue默认显示需要在这两句代码外面包裹一层
this.$nextTick(function(){})//异步化队列
本文标题:jq让滚动条到底部
本文链接:https://www.haomeiwen.com/subject/bbkchftx.html
网友评论