Why Google accepted jQuery by default for V 1.10.2

Why is Google currently hosting jQuery 1.10.2 by default instead of ~ 2.0?

What changes in jQuery reflect this decision? Is jquery ~ 2.0 a problem?

+4
source share
1 answer

The main reason for using jQuery is to get around browser compatibility issues. The initial goal of jQuery was to provide a consistent set of objects and methods that abstracted the various browser APIs. And using jQuery 2.0 will not solve this problem, as it reduced support for IE 6, 7, and 8.

In addition, there will be more bugs in jQuery 2.0, which is inevitable.

, Google jQuery 1.10.2 latess 2.x

, jQuery 1.10.2 , - 2.x, . , .

+2

All Articles