How to scroll to top of page with JavaScript/jQuery?
Wow, I’m 9 years late to this question. Here you go: Add this code to your onload. To run it on window load just put it wrap it like this (assumes you have JQuery referenced) history.scrollRestoration Browser support: Chrome: supported (since 46) Firefox: supported (since 46) Edge: supported (since 79) IE: not supported Opera: supported … Read more