码迷,mamicode.com
首页 > Web开发 > 详细

引用外部jquery.js

时间:2017-09-29 21:10:38      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:type   text   .com   com   1.4   div   api   google   ajax   

使用 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

标签:type   text   .com   com   1.4   div   api   google   ajax   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!