美文网首页
滚动到指定div位置

滚动到指定div位置

作者: 秋秋秋web | 来源:发表于2017-04-28 15:44 被阅读86次

//滚动到指定位置

that.$scope.$$postDigest(function(){

setTimeout(function(){

if(that.$scope.before_msg_id){

vargomsgRowTop =$("#msgContent #msg_id_"+ that.$scope.before_msg_id).offset().top-40;

document.body.scrollTop= gomsgRowTop;

}

},200);

})

相关文章

网友评论

      本文标题:滚动到指定div位置

      本文链接:https://www.haomeiwen.com/subject/cxfazttx.html