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
  • 629
  • 1
  • 5
  • 13

3 Answers3

4

They use pushState as described on their blog

Quentin
  • 800,325
  • 104
  • 1,079
  • 1,205
3

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

cpjolicoeur
  • 12,116
  • 7
  • 43
  • 59
2

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

Community
  • 1
  • 1
swatkins
  • 13,219
  • 4
  • 42
  • 75