What version of jQuery UI can work with jquery 1.3.2

I have jquery 1.3.2 on my site (and I can’t update it). What version of jQuery UI can I download to work together? Can you post the download link, I did not find older versions on the jQuery site.

+6
source share
3 answers

You can use jQuery UI 1.8 to see here: http://api.jqueryui.com/1.8/

There is clear compatibility documentation:

This site provides API documentation for the jQuery 1.8 user interface. We recommend that you upgrade to the latest stable version of the jQuery user interface to get the best support and use the latest bug fixes and improvements. Check out the upgrade guide and change lists to learn more about the upgrade. To get started, use the search at the top of the page, browse the full list of entries or browse by category from the sidebar.

jQuery UI 1.8 supports jQuery 1.3.2 and later.

Download links here: http://blog.jqueryui.com/2012/09/jquery-ui-1-8-24/

But I hope you upgrade the jQuery core library, it will be safer and faster.

+2
source

While I see in the github repository, the version you are looking for is jquery-ui 1.7 .

Larger versions may work the same way as others.

0
source

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


All Articles