所谓CDN就是指在一个公开的地方宿主我们的js文件,旨在在大量应用中共享js,继Google推出这个服务(https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js)后,Microsoft也提供了类似的服务
http://www.asp.net/ajaxlibrary/cdn.ashx
ASP.NET Ajax 3.5
The following files are hosted on the CDN:- http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.debug.js
- http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js
jQuery Releases on the CDN
The following releases of jQuery are hosted on the CDN:jQuery version 1.4.1
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.1.js
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.1.min.js
jQuery version 1.4
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.js
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.min.js
jQuery version 1.3.2
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.js
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.min.js
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2-vsdoc.js
- http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.min-vsdoc.js
我要说的是,从来没有一种脚本技术能像jquery这样让人激动,就我个人而言,jquery释放了我编写javascript的创造力。怪不得两大巨头都对其提供了前所未有的支持