Load different page and then smooth scroll to ID
$(document).ready(function() { if (window.location.hash != null && window.location.hash != '') $('body').animate({ scrollTop: $(window.location.hash).offset().top }, 1000); });