Upgrading from jQuery 1.3.2 to jQuery 1.5 (or 1.4)

落爺英雄遲暮 提交于 2019-12-18 04:28:07

问题


I remember when jQuery 1.4 came out, there was a upgrade link and text where it said that there where stuff that was changed, and stuff we had to rewrite for it to work in 1.4.

I can't find this link anymore, because I now want to upgrade to 1.5 from 1.3.2 but I want to be sure everything still works.

Does anybody know of the differences and have a link I can use to upgrade correctly?


回答1:


The differences between 1.3.2 are listed here: http://jquery14.com/day-01/jquery-14

And the release notes for 1.5: http://blog.jquery.com/2011/01/31/jquery-15-released/

The 1.4 link has a list of breaking changes, including a link to this plugin to counteract the breaking changes.

And now 1.6 as well: http://blog.jquery.com/2011/05/03/jquery-16-released/




回答2:


Here the link: http://blog.jquery.com/2011/01/31/jquery-15-released/




回答3:


For anyone "these days" that is needing help with this, as I just did, it seems that the jQuery team created a better jQuery Migrate plugin that will allow some of the old deprecated code to still work in newer versions (1.9+) of jQuery. As well, if you get the uncompressed version of it, you can use it to pinpoint and debug your older code against the newer version. Works great, so I hope it helps someone else out!

Compressed version of jQuery Migrate plugin

Uncompressed version of jQuery Migrate plugin

I had some really old 1.3.2 code that stopped working when I upgraded to 1.10+, and this allowed it to continue to work without any issues, meanwhile also allowing me to pinpoint the exact code that I needed to rewrite.



来源:https://stackoverflow.com/questions/4960126/upgrading-from-jquery-1-3-2-to-jquery-1-5-or-1-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!