问题
With my current application, I am using jQuery version 1.7.1. Now, I am planning to upgrade the jQuery version to 1.11.2.
Is there any patch available to provide the backward comparability to the existing application.
Thanks,
回答1:
Try this: http://blog.jquery.com/2013/05/08/jquery-migrate-1-2-1-released/
this is jquery.migrate.js which is used for migrations.
来源:https://stackoverflow.com/questions/28855163/upgrade-jquery-version-from-1-7-1-to-1-11-2