Hey. I use jQuery to βreplaceβ the page content with new information, but I am having a problem.
I DO NOT WANT TO USE HASH!
So, for example, I have this page:
http:
the user clicks the Cold Page button and ajax sends a request:
http:
and I want to change the link (address bar) to:
http:
but when ajax request is sent, I cannot change the URL of the JS address bar. How could I do this without a hash?
source
share