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>

二:

posted @ 2013-07-15 09:26  白糖365  阅读(118)  评论(0编辑  收藏  举报