I have implemented pages that circumvent that detail with AJAX. var hash = window.location.hash.substr(1); Then you just quietly: $.ajax( "example.php?hash=" + hash ); No one will ever notice the difference without…
I have implemented pages that circumvent that detail with AJAX. var hash = window.location.hash.substr(1); Then you just quietly: $.ajax( "example.php?hash=" + hash ); No one will ever notice the difference without…