随着时代的进步,前端技术越来越发展,而jQuery则是其中最为常用的一个库。然而最近,jQuery宣布停止对IE8的支持,这对于部分网站仍在使用IE8的用户而言,可能会产生一定的影响。 在过去,为了兼容IE8这样老旧的浏览器,jQuery需要做很多兼容性的处理,而这些处理恰恰让jQuery变得更加臃肿。而随着浏览器的更新,越来越少的用户使用IE8浏览器,这也意味着我们可以更加专注于现代浏览器的优化和开发。 以下是官方对于停止IE8支持的声明:
jQuery 2.0之后将不再支持IE6/7/8,jQuery 1.x系列将继续支持IE6/7/8,版本2.x将放弃对IE6/7/8的支持,改为专注于支持现代浏览器。(注:目前最新版本为3.3.1) From jQuery 2.0、The era of supports IE8 ended. (jQuery 1.x continues to support IE6/7/8.) With the end of IE8 support, jQuery can now remove many workarounds, hacks, and browser sniffing checks that littered its code. The code now becomes smaller, faster and easier to read and maintain. We can keep it plain and simple since new features and syntax can be utilized without needing to cater to older browsers. 自2.x以后的jQuery不再兼容IE 6/7/8 So, it is time to move on from IE8 and embrace the new features and technologies provided by modern browsers. We believe this will pave the way for faster and more efficient future development.不得不说,浏览器的更新进步让前端的开发变得越来越舒适,但需要我们及时更新适应这些变化,让网站更好的面向未来。