Published
- 1 min read
onloadscroll to top
The solution for this is noted below
onloadscroll to top
Solution
window.onbeforeunload = function () {
window.scrollTo(0, 0);
}
Run code snippetHide results
Try other methods by searching on the site. That is if this doesn’t work