我正在使用带有Handlebars.js模板库的Backbone.js。
除了IE8之外,所有其他浏览器都可以正常工作。我最终将问题缩小到了这一点。
在我的Backbone视图中,我有以下几点
// rendering each events item in the list
render: function() {
$(this.el).append(this.template({item:this.model.toJSON()}));
return this;
}
它相当简单,并且可以在IE9上工作。但在IE8上,不会显示任何内容。一片空白。当我这样做的时候
$(this.
backbone.js正式支持哪个IE浏览器版本?
backbonejs.org引用:Backbone's only hard dependency is Underscore.js ( >= 1.8.3). For RESTful persistence and DOM manipulation with Backbone.View, include jQuery ( >= 1.11.0), and json2.js for older Internet Explorer support. (Mimics of the Underscore and jQuery APIs