window.location.hash =''不会删除哈希本身

时间:2012-12-18 12:39:33

标签: javascript jquery hash

  

可能重复:
  How to remove the hash from window.location with JavaScript without page refresh?

关闭幻灯片时,我不想让地址恢复正常,但“#”仍然存在,有什么方法可以解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

来自https://developer.mozilla.org/en/DOM/window.location

  

实施例

     

每当修改位置对象的属性时,都会生成文档   将使用URL加载,就像window.location.assign()一样   使用修改后的URL调用。

这个问题我想用jQuery解决你想要的问题:

Change hash without reload in jQuery

其他相关问题:

Change the URL in the browser without loading the new page using JavaScript

How to remove the hash from window.location with JavaScript without page refresh?

How can I change Firefox window.location.hash without creating a page reload?