开发者

backbone.js router doesn't work on IE6

开发者 https://www.devze.com 2023-04-08 21:19 出处:网络
When I use the Router in Backbone.js, IE6 throw a Permission Denied on the following line: if (this.iframe && (fr开发者_开发百科ag != this.getFragment(this.iframe.location.hash)))

When I use the Router in Backbone.js, IE6 throw a Permission Denied on the following line:

if (this.iframe && (fr开发者_开发百科ag != this.getFragment(this.iframe.location.hash)))

the Backbone.js version is 0.5.3 , I also try some other version, but it is not work also.


As far as I know backbone.js does not claim to support IE6


The Backbone.js router does work in IE6, but it uses hash fragment routing (http://domain/#route) instead of HTML5 history push state routing (http://domain/route)

0

精彩评论

暂无评论...
验证码 换一张
取 消