Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript AJAX initial page not loading in IE7 Re: AJAX initial page not loading in IE7

#121202
karlpcrowley
Participant

Just a slight change, both will work fine

$(document).on(‘hashchange’,function(){
if(window.location.hash == “”) {
window.location.hash = “home/”;
}
}).trigger(‘hashchange’);