英文:
Before Updating jquery-ui 1.12.1 to 1.13.2, do I need to update jquery version as well
问题
我在我的项目中使用jquery-ui-1.12.1.min.js。我尝试将jquery-ui的版本从1.12.1更新到1.13.2。
在更新版本后,应用程序不如预期地工作(控制台错误)。
我们使用的jquery版本是jquery-3.5.1.min.js。
我需要同时更新jquery版本吗?
英文:
I am using jquery-ui-1.12.1.min.js in my project. I tried to update the jquery-ui version from 1.12.1 to 1.13.2.
After updating the version the application is not working as expected (console errors).
The jquery version we are using is jquery-3.5.1.min.js.
Do I need to update the jquery version as well?
答案1
得分: 3
根据jQuery UI发布说明,去年起,jQuery的最低支持版本现在是1.8。
所以答案是否定的。
截止到2023年7月12日,我仍然会升级到从2023年5月11日发布的版本3.7.0。
英文:
According to the jQuery UI release notes from last year, the minimal supported version of jQuery is now 1.8
So the answer is no.
I would today, 12th of July 2023 still upgrade to 3.7.0 from May 11, 2023
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论