code
//例如:页面高度1000,屏幕高度900,相差100,
//scrollTop:向上滚动100像素,就到达页面底部了。
function ScrollToBottom() {
$("html, body").animate({ scrollTop: $(document).height() - $(window).height() });
}
文章标签 javascript滚动条下拉 html 屏幕高度 文章分类 JavaScript 前端开发
code
//例如:页面高度1000,屏幕高度900,相差100,
//scrollTop:向上滚动100像素,就到达页面底部了。
function ScrollToBottom() {
$("html, body").animate({ scrollTop: $(document).height() - $(window).height() });
}
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M