I would like to change part of my page when user clicks a link with jquery ajax. How can I change the url accordingly without full page reload (url should be changed to page1, page2 and so on)? Server side is GAE.
Looks like I need to change url hash with javascript:
location.hash = "page2"
How to get this value with GAE?