Should I use the latest jQuery or the one that comes with the jQuery UI package?

The latest version of jQuery is currently 1.10.2, and for jQuery UI is 1.10.3, but the jQuery UI package comes with jQuery 1.9.1.

My questions:

  • Should I use jQuery 1.10.2 or 1.9.1 in my project?
  • Is there any specific reason why the jQuery UI package comes with jQuery 1.9.1 instead of jQuery 1.10.2?
+4
source share
1 answer

jQuery UI comes with jQuery 1.9.1 simply because on May 3, 2013, when the latest version of the user interface was released, the latest version of jQuery was 1.9.1.

You should always use the latest version unless you have a specific reason.

+6
source

Source: https://habr.com/ru/post/1496761/


All Articles