8 ms·
Looks awesome. Very useful. How is this site made? It looks like changing pages are ajax transitions but the url is changing at the top? Could someone point me
by bobsy 13y ago
Looks awesome. Very useful.
How is this site made? It looks like changing pages are ajax transitions but the url is changing at the top? Could someone point me in the direction of how this is made please. Would be really interested.
- chrisboesing 13y agoWithout looking at the source, I would say it is using the History API introduced in HTML5. Here is a nice article describing it: http://diveintohtml5.info/history.html http://diveintohtml5.info/history.html A simple example with source can be found here: http://html5demos.com/history http://html5demos.com/history
- robinduckett 13y agoHTML5 history.pushState
- deleted 13y ago[deleted]
- nekgrim 13y agoIt's the HTML5 History API. https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Manipulating_the_browser_history https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Manip...
- bobsy 13y agoThanks a lot. I have a seen a few sites like this and have been wondering. Sites using this feel like they load so much faster and more fluidly.
- publicfig 13y agoI'm not sure that it's the only reason why IE isn't supported, but currently no version of IE supports the history api, which is a bit of an annoyance if you aren't developing a site that you can block certain browsers from using.