我需要将jQuery从2.1.4迁移到3.4.1
这是当前我们使用mash.js.chirp.config文件在旧版应用程序中存储库的方式:
<File Path="https://code.jquery.com/jquery-2.1.4.js" />
<File Path="http://code.jquery.com/jquery-migrate-1.2.1.js" />
<File Path="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js" />
<File Path="printelement/jquery.printElement.js" />
<File Path="jquery.easing.1.3.js" />
<File Path="jquery.cascadingDropDown.js" />
我需要知道包含3.4.1版本的jQuery的正确方法是什么,因为从1.X迁移之后,应用程序似乎已经在使用2.1.4?