backbone.js IE支持

时间:2017-03-24 03:34:14

标签: internet-explorer backbone.js

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是否支持?

2 个答案:

答案 0 :(得分:1)

jQuery browser support从IE9开始,但旧版浏览器仍推荐使用版本1.12,Backbone与jQuery 1.12兼容。

您可以在目标浏览器上使用广泛的单元测试来测试underscoreBackbone

有关其他信息,请参阅How cross browser is backbone.js?

答案 1 :(得分:1)

骨干仍然支持IE8。我们有一个使用骨干/下划线开发的Web应用程序,从未注意到IE8浏览器中的兼容性问题。只要确保你继续使用jquery 1.12,因为它是唯一支持旧版浏览器的版本。

塞巴斯蒂安