/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$( 'html, body' ).animate( { scrollTop: 0 }, 0 ); //smooth scrolling $( 'html, body' ).animate( { scrollTop: 0 }, 'slow' );