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
You will have to add hash # if you want to prevent page from reloading.
#
The css-tricks.com has an excellent screencast on that, have a look at:
Best Practices with Dynamic Content