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>

二:

上一篇:linux基本命令--学习记录


下一篇:版本控制工具 - Git