后台按钮和ajax调用的hashchange

时间:2011-04-07 02:52:31

标签: javascript hash back-button

有没有办法分隔在

之后发生的哈希转换

window.location.hash ='x'

点击后退按钮后发生的那个?

1 个答案:

答案 0 :(得分:0)

目前,在Internet Explorer 8,Firefox 3.6+和Chrome 5+中,您可以将回调绑定到window.onhashchange事件,并在不使用任何插件的情况下使用它。

对于那些浏览器不支持onhashchange,你可以使用Jquery插件http://plugins.jquery.com/project/hashchange