JS smooth back to top

// Pinghu scroll to the top bar
 $ ( ". pageTitle " ). click ( function (){
     $ ( '. header-body ,. index-body ' ). animate ({ scrollTop : '0px' } , 500 ) ;
 } ) ;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325564093&siteId=291194637
Recommended