Force page scroll position to top at page refresh in HTML

window.onbeforeunload = function () { window.scrollTo(0, 0); }

Post a Comment

0 Comments