window scrolls to top on reload code example Example: refresh page scrolltop 0 $(document).ready(function(){ $(this).scrollTop(0); });