backbone.js路由器不能在IE6上工作

backbone.js router doesn't work on IE6

本文关键字:IE6 工作 不能 js 路由器 backbone      更新时间:2023-09-26

当我在Backbone.js中使用路由器时,IE6在以下行抛出Permission Denied:

if (this.iframe && (frag != this.getFragment(this.iframe.location.hash)))

Backbone.js版本是0.5.3,我也尝试了一些其他版本,但它也不工作。

据我所知,backbone.js并没有声称支持IE6

Backbone.js路由器在IE6中工作,但它使用哈希片段路由(http://domain/#route)而不是HTML5历史推送状态路由(http://domain/route)