Reputation: 167
How are they doing that?
They are changing the url in the browser without using hash like #
characters and stuff like that. And without refreshing, just ajax :|
The URLs look like normal URLs, you can go from the homepage directly to http://www.beatport.com/genre/psy-trance/13 without page refresh
Upvotes: 2
Views: 168
Reputation: 22834
You can do it using the History API.
http://diveintohtml5.ep.io/history.html https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history
Upvotes: 3
Reputation: 174967
Correcting my previous answer, see Modify the URL without reloading the page. See the second answer.
Upvotes: 0