外部引用 jQuery 库

使用 Google 的 CDN

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

使用 Microsoft 的 CDN

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

 使用百度的

<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>
原文地址:https://www.cnblogs.com/Blackcow/p/3690874.html