This is working in Chrome, but not IE or Firefox. Could someone help please? Thanks
<script type="text/javascript">
if (window.location.hash === "#Location") {
setTimeout(function() {
$("#Location").trigger('click');
},5);
} else {
}
</script>