jQuery在线引用地址
Posted 蜜桃婷婷酱
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery在线引用地址相关的知识,希望对你有一定的参考价值。
不需要把jar放到项目
1.官网jquery压缩版引用地址:
3.1.1版本:
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
3.0.0版本:
<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
2.1.4版本:
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
2.百度压缩版引用地址:
<script src="http://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
3.微软压缩版引用地址:
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.4.min.js"></script>
也可以把jquery放到项目进行引用,之前写过这里不再过多描述
以上是关于jQuery在线引用地址的主要内容,如果未能解决你的问题,请参考以下文章