1

which browsers still do a page refresh if the location hash changes and which not? Do the current browsers not reload the website?

need to change the hash using window.location.hash without reloading the website

  • hash changes don't move the page. what makes you say that? – Joseph May 19 '12 at 14:31
  • saw this http://stackoverflow.com/questions/2602260/javascript-location-hash-refreshing-in-ie and somehwere that it refreshes in some browsers? –  May 19 '12 at 14:34

1 Answers1

3

No browsers should cause a page reload with the hash changing.

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636