我正在使用带有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
我对jPplayer在IE8上有个问题。我正在开发一个应该支持IE8的应用程序。它在IE的所有其他版本>8中工作,并在chrome和firefox上播放。我在谷歌上搜索了多个关键字,并根据不同的场景对其进行了更改,但我找不到任何原因说明它不起作用。不过,我仍然可以用IE8在jplayer站点上播放演示页面。另一种可能是错误的swfpath,我测试了它,并将“解决方案”更改为“flash”,并在其他版本的IE中播放。我得到的错误是:
TypeError: Object doesn't support this property or method<div id=player1