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 ?