线上 jquery 引用地址

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.微软压缩版引用地址:

扫描二维码关注公众号,回复: 6426285 查看本文章

  <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.4.min.js"></script>

猜你喜欢

转载自www.cnblogs.com/dream98/p/11007693.html