$(window).load(function(){ if(location.hash.length) $('html,body').animate({ scrollTop:$('[name="'+location.hash.substr(1)+'"]').offset().top },300) });