3

Look at this page: https://github.com/mozilla/chromeless/tree/master/examples/first_browser

When I browse between the folders and files, my browser changes the complete url. No Hashtag found like in other jQuery-ways. A whole new page..

But how to change the complete Page and not reloading it?

Thanks for your answers.

Franky
  • 709
  • 1
  • 5
  • 14

3 Answers3

4

They use pushState as described on their blog

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
3

they use this: https://github.com/defunkt/jquery-pjax

cpjolicoeur
  • 12,766
  • 7
  • 48
  • 59
2

This is html5 pushstate. here are a couple of links to explain it further:

Community
  • 1
  • 1
swatkins
  • 13,530
  • 4
  • 46
  • 78