jquery 基本知识

一、jQuery 两个包

二、在线版本的jquery

使用 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>
参考网页:
http://www.w3school.com.cn/jquery/jquery_intro.asp
 
 
 

你可能感兴趣的:(JavaScript,jquery,Ajax,Microsoft,asp)