使用jQuery更改URL而无需重新加载页面
问题描述:
如何在不重新加载页面的情况下使用jQuery更改URL?
How do I change the URL with jQuery without reloading the page?
答
设置location.hash
jQuery与它无关,这是基本的DOM 0.
jQuery has nothing to do with it though, this is basic DOM 0.