sunjar
function goTop() {
$(\'html, body\').animate({scrollTop:0}, \'slow\'); 
}
function goDiv(div) {
var a = $("#"+div).offset().top;
$("html,body").animate({scrollTop:a}, \'slow\'); 
}
function goBottom() {
window.scrollTo(0, document.documentElement.scrollHeight-document.documentElement.clientHeight); 
}

分类:

技术点:

相关文章: