我需要下载jQuery 1.9.1.js. 到处都可以找到CDN链接
<script src="//code.jquery.com/jquery-1.9.js"></script>
Run Code Online (Sandbox Code Playgroud)
和NuGet一样安装
PM> Install-Package jQuery -Version 1.9.1
Run Code Online (Sandbox Code Playgroud)
我特别需要这个版本的物理js文件.我试图搜索,我找到了一个URL
http://www.oldapps.com/
Run Code Online (Sandbox Code Playgroud)
但是这给了js高达1.7,而不是高于1.7.我能找到的只是cdn链接.
我在哪里可以下载这个?
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js
要么
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js(针对缩小版)
然后在浏览器中执行"file-> save as"或CTRL + S.