Hören Sie auf URL -Hash -Änderung von JavaScript

window.onhashchange = function() { 
     //code  
}

window.onpopstate = function() { 
     //code  
}
Pixels