How to change the url without reloading?

Possible Duplicate:
Modify the URL without reloading the page

Is there a way for jQuery to change the url without reloading?

Tried changing window.location and every time I change it, it automatically reloads the page.


The only part of the url you can change without reloading is after the hash, # . Any changes to the url before that will be considered a different page and will trigger a reload.

链接地址: http://www.djcxy.com/p/70298.html

上一篇: 任何方式来更改标题URL而不重新加载?

下一篇: 如何更改网址而无需重新加载?