Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Matching jQuery and jQuery-UI versions

I understand that jQuery and jQuery-UI versions do not perfectly match up.

For example, the current "safe" version of jQuery is 1.11.2 and the current "safe" jQueryUI is 1.10.4

Sometimes a client requirement is to continue using a specific version of jQuery, such as 1.8.3. I would like to use the "newest" version of jQuery-UI that will work with that specific version of jQuery core.

Is there a document somewhere that maps the latest version of jQuery-UI that will work with a given version of jQuery core?

like image 745
crashwap Avatar asked Feb 06 '15 16:02

crashwap


People also ask

Is jQuery and jQuery ui same?

JQuery is basically the base of JQuery UI and is the more powerful between the two. It should be used for more advanced work that requires custom code and interactions. For basic user interface needs, using the JQuery UI is very beneficial as it reduces the complexity of coding and speeds up the entire process.

Is jQuery UI dependent on jQuery?

For anyone who needs to know the compatibility of jQuery UI with jQuery, jQueryUI 1.13 ( most recent as of today ) supports all jQuery versions ( from 1.8 upto 3.6 - most recent ).

What is latest version of jQuery UI?

jQuery UI 1.13. 0 released | jQuery UI Blog.

Is jQuery UI still supported?

Support for jQuery 1.7 has been dropped; jQuery 1.8 & newer remain supported. In this release, all individual module files as well as bundled jQuery UI copies produced by the Download Builder have all its code running in strict mode.


1 Answers

Okay, I finally noticed this datum. On

http://blog.jqueryui.com/

the current version of jQueryUI is documented: new features, changes, etc.

Quite a bit down the page, the .0 release of the current version is documented, and includes this section:

**Supported jQuery Versions and Browsers** jQuery UI 1.11.0 supports jQuery 1.6 and newer. That’s 25 versions! 
like image 159
crashwap Avatar answered Sep 17 '22 19:09

crashwap