I am building a website which I am publishing with divs. When I refresh the page after it was scrolled to position X, then the page is loaded with the scroll po
div
You can also try
$(document).ready(function(){ $(window).scrollTop(0); });
If you want to scroll at x position than you can change the value of 0 to x.