I make a ajax request with .load. It is working good. But i have a problem with the url bar. I want change the url bar. For example. When the ajax loads about/contact page. I want to change the url bar to about/contact.
I used this.
window.location.replace = about/contact;
But now, he redirect direct to this page. But I do not want, that the page is redirect to that url. How can i fix that?
Thanks!