jQuery(window).on('load', function() { var hash = document.location.hash; if(hash!=''){ jQuery("a[href='"+hash+"']").click(); } });