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
This is possible in HTML5. See a demo here.
You can change the URL to another URL within the same domain, but can not change the domain for security reasons.
See the history interface in HTML5 specification for details.
history