Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrade jQuery version from 1.7.1 to 1.11.2

Tags:

jquery

upgrade

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,

like image 217
Soarabh Avatar asked Sep 29 '22 14:09

Soarabh


1 Answers

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.

like image 140
Rohit Arora Avatar answered Oct 05 '22 06:10

Rohit Arora