window.scrollTo(0,0); $(window).load(function () { $('html, body').animate({scrollTop: $('#anchor').offset().top}, 2000); return false; });