Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

if (this.iframe && (frag != 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.

share|improve this question
1  
have You found a solution for this? – czerasz Oct 7 '11 at 9:21

2 Answers

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

share|improve this answer

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)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.