Jquery quickly returns to the top of the page

  • 2020-03-30 00:43:23
  • OfStack

 
$(function() { 
$("#back_top").click(function(){ 
$('body,html').animate({scrollTop:0},1); 
return false; 
}); 

)}; 


Related articles: