Hey. I do use jQuery to “replace” content of page with new informations, but i’Ve got a problem.
I DO NOT WANT TO USE HASH!
So for example, I’ve got this page:
http://mydomain.com/
user clicks to “Cool page”
and ajax sends request to:
http://mydomain.com/coolpage
and I want to change link (adress bar) to:
http://mydomain.com/coolpage
but when ajax request is sent, I can’t change adress bar URL by JS. How could I do that, without HASH ?
It’s only supported in some web browsers. It’s a new technology in HTML5. You can read more about it here: https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history