• 微信号:wumiao_357234902
您当前的位置:首页>web前端开发>JavaScript

jquery全部版本下载(持续更新)

作者:Miao 阅读:3342次

注意事项:

  • jquery2.0以上版本不再支持IE6/7/8,请根据项目需求选择版本;

  • jquery官网引用地址经常会出现打不开的情况,尽量不要调用官网地址;

  • 个人建议:最好下载保存到自己服务器;


jquery-3.5.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

jquery-3.4.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.4.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

jquery-3.3.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>

jquery-3.2.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.2.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>

jquery-3.1.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.1.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>

jquery-3.0.0

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.0.0.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>

jquery-2.1.4

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.4.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>

jquery-2.1.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>

jquery-2.0.0

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.0.0.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-2.0.0.min.js"></script>

jquery-1.11.3

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.11.3.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>

jquery-1.11.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.11.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>

jquery-1.10.2

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.10.2.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>

jquery-1.9.1

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.1.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>

jquery-1.8.3

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.8.3.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.8.3.min.js"></script>

jquery-1.7.2

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.2.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.7.2.min.js"></script>

jquery-1.6.4

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.6.4.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.6.4.min.js"></script>

jquery-1.5.2

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.2.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.5.2.min.js"></script>

jquery-1.4.4

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.4.4.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.4.4.min.js"></script>

jquery-1.4.2

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.4.2.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.4.2.min.js"></script>

jquery-1.3.2

// 微软压缩版
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.3.2.min.js"></script>
// 官网压缩版
<script src="https://code.jquery.com/jquery-1.3.2.min.js"></script>

本站部分文章、数据、素材收集于网络,所有版权均归源网站或原作者所有!

如果侵犯了您的权益,请来信告知我们下线删除,邮箱:357234902@qq.com

标签:JavaScript