代码改变世界

AJAX CDN

2009-11-16 20:59  Register  阅读(990)  评论(0)    收藏  举报

http://www.asp.net/ajax/cdn/ 

1.使用cdn上的Microsoft Ajax Library

  <script src="http://ajax.microsoft.com/ajax/beta/0910/Start.js" type="text/javascript"></script>

   

 

2.使用cdn上的jQuery

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

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