2014-09-21 64 views

回答

2

試試這個:DEMO

$(document).one('scroll',function(){ 
    $('body, html').animate({scrollTop:$('#target').offset().top},200); 
}); 
+0

+1,快速,簡單,滿足運規格完美 – rwxes 2014-09-21 23:16:19

相關問題