backbone.js IE 支持
backbone.js IE support
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, such as Lodash and Zepto, will also tend to work, with varying degrees of compatibility.)
但我需要更详细的答案,IE8支持吗?
jQuery browser support starts at IE9 but version 1.12 is still recommended for older browser and Backbone is compatible with jQuery 1.12.
您可以在目标浏览器上使用他们广泛的单元测试来测试 underscore and Backbone。
有关其他信息,请参阅 How cross browser is backbone.js?。
backbone仍然支持IE8。我们有一个使用 backbone / 下划线开发的 Web 应用程序,但从未注意到 IE8 浏览器中的兼容性问题。请确保您继续使用 jquery 1.12,因为这是唯一支持旧浏览器的版本。
塞巴斯蒂安
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, such as Lodash and Zepto, will also tend to work, with varying degrees of compatibility.)
但我需要更详细的答案,IE8支持吗?
jQuery browser support starts at IE9 but version 1.12 is still recommended for older browser and Backbone is compatible with jQuery 1.12.
您可以在目标浏览器上使用他们广泛的单元测试来测试 underscore and Backbone。
有关其他信息,请参阅 How cross browser is backbone.js?。
backbone仍然支持IE8。我们有一个使用 backbone / 下划线开发的 Web 应用程序,但从未注意到 IE8 浏览器中的兼容性问题。请确保您继续使用 jquery 1.12,因为这是唯一支持旧浏览器的版本。
塞巴斯蒂安