$(window).load(function () { var hash = window.location.hash; $('html, body').animate({ scrollTop: $(hash).offset().top }, 'slow'); });