Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what version of jquery UI can work with jquery 1.3.2

I have jquery 1.3.2 on my site(and I cant update it). what version of jquery UI can I download, for they to work together? Can You post a link to download, I didn't find older versions on jquery site.

like image 356
Eran Meir Avatar asked Jun 14 '13 17:06

Eran Meir


2 Answers

You can use jQuery UI 1.7 - 1.8.24

see full list of dependencies --> http://en.wikipedia.org/wiki/JQuery_UI

Download links:

  • http://jquery-ui.googlecode.com/files/jquery-ui-1.8.24.zip
  • http://blog.jqueryui.com/2012/09/jquery-ui-1-8-24/
like image 70
Mohammad Adil Avatar answered Oct 19 '22 20:10

Mohammad Adil


You can use jQuery UI 1.8 take a look here: http://api.jqueryui.com/1.8/

There is a clear documentation about compatibility:

This site provides API documentation for jQuery UI 1.8. We encourage you to upgrade to the latest stable version of jQuery UI in order to receive the best support and take advantage of recent bug fixes and enhancements. Check out the upgrade guides and changelogs to find out more about upgrading. To get started, use the search at the top of the page, view the full listing of entries, or browse by category from the sidebar.

jQuery UI 1.8 supports jQuery 1.3.2 and newer.

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

But I hope you will update the jQuery core library will be safer and faster.

like image 2
Irvin Dominin Avatar answered Oct 19 '22 20:10

Irvin Dominin