I would like to know if it\'s possible to change the contents of the URL in the browser without reloading the page?
I use jQuery and Ajax to load new parts of my pag
just use this one
window.history.pushState("object or string", "Title", "/new-url");