Backbone.js cause bug only in IE7

后端 未结 4 1931
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 11:44

I\'m developping a web app with CodeIgniter on back-end and Backbone.js on front-end. I\'m also using HTML5 Boilerplate as my start template.

I\'m using Backbone\'s

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 12:47

    The right way to handle an #hash base application with Backbone seems to Backbone.history.saveLocation( hash ) and after Backbone.history.loadUrl() to enable Controller's routing.

    Whish i knew this before... Have fun with this awesome MVC library :)

提交回复
热议问题