$(function(){
$(".bootscol").on("click",function(){
var t = $(document).scrollTop() + outerHeight;
$("body").animate({
scrollTop: t + "px"
},700)
console.log($("body").animate({scrollTop: t + "px"},700));
})
慕妹3242003
相关分类