SyntaxFix
Write A Post
Hire A Developer
Questions
You can set the scrollTop, like this:
scrollTop
$('html,body').scrollTop(0);
Or if you want a little animation instead of a snap to the top:
$('html, body').animate({ scrollTop: 0 }, 'fast');