javascript Frameworks 外连整理

  • 发表于
  • jQuery

google提供的10个javascript Frameworks 外连:

jquery

jquery UI

Chrome Frame

swfobject

mootools

Yahoo! UI

Prototype

Ext.JS

Dojo

Scriptaculous

微软提供 AJAX和 Jquery CDN服务

为了吸引更多开发人员和网站使用ASP.NET,微软为Microsoft AJAX和jQuery脚本提供了免费的CDN服务。

目前微软CDN中的脚本有:

微软AJAX 0909版本(预览)

jQuery 1.3.2版

如果你想使用CDN中的脚本,你需要在ASP.NET页面中这样使用script标签:

将EnableCdn设为true之后,也可以从CDN加载脚本。

微软的CDN同时包含调试版本的AJAX类库,以及最小化的jQuery类库。