jQuery cross-browser “scroll to top”, with animation

前端 未结 8 922
难免孤独
难免孤独 2020-12-09 09:32

Right now I\'m using this:

$(\'#go-to-top\').each(function(){
  $(this).click(function(){ 
    $(\'html\').animate({ scrollTop: 0 }, \'slow\'); return true;          


        
8条回答
提交回复
热议问题