引用外部jquery.js

使用 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>
posted @ 2017-09-29 18:50  岁月淡忘了谁  阅读(11951)  评论(0编辑  收藏  举报