首页 > Web开发 > 详细

引用外部jquery.js

时间:2017-09-29 20:31:14      阅读:153      评论:0      收藏:0      [点我收藏+]

使用 Google 的 CDN

<head>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
</head>

使用 Microsoft 的 CDN

<head>
  <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script>
</head>

使用百度的

<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>

引用外部jquery.js

原文:http://www.cnblogs.com/henuyuxiang/p/7612355.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!