`

Ajax Libraries

    博客分类:
  • AJAX
阅读更多

Ajax Libraries

Each library is available via both google.load(), and directly via <script/> tag. The google.load() approach offers the most functionality and performance. In the sections that follow, we document all of the libraries that are available. For each library we list it's name (as in the name used in google.load(), all of the versions that we have on hand for the library, etc.

jQuery
name: jquery
versions: 1.2.3, 1.2.6
load request: google.load("jquery", "1.2.6");
extras: uncompressed:true, e.g., google.load("jquery", "1.2", {uncompressed:true});
path: http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
path(u): http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
site: http://jquery.com/
note: 1.2.5 and 1.2.4 are not hosted due to their short and unstable lives in the wild...

prototype
name: prototype
versions: 1.6.0.2
load request: google.load("prototype", "1.6.0.2");
path: http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js
site: http://www.prototypejs.org/

script.aculo.us
name: scriptaculous
versions: 1.8.1
load request: google.load("scriptaculous", "1.8.1");
path: http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.1/scriptaculous.js
site: http://script.aculo.us/
note: this library depends on prototype. before loading this module, you must load prototype e.g.:
 google.load("prototype", "1.6");
  google.load("scriptaculous", "1.8.1");

mootools
name: mootools
versions: 1.11
load request: google.load("mootools", "1.11");
extras: uncompressed:true, e.g., google.load("mootools", "1.11", {uncompressed:true});
path: http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js
path(u): http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools.js
site: http://mootools.net/

dojo
name: dojo
versions: 1.1.1
load request: google.load("dojo", "1.1.1");
extras: uncompressed:true, e.g., google.load("dojo", "1.1.1", {uncompressed:true});
path: http://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js
path(u): http://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js.uncompressed.js
site: http://dojotoolkit.org/
分享到:
评论

相关推荐

    Blog的加速器Use Google Libraries插件

    Google AJAX Libraries应该很多人都知道,它是 Google 把一些非常流行的 JavaScript 框架放到其服务器上,这样可以充分利用 Google 的服务器资源,节省网络带宽,更重要的是 Google 对这些框架进行了压缩,所以在...

    Ajax Starter Kit

    Plug-n-play source code and popular Ajax framework libraries to help you reduce tedious typing and shorten programming tasks. Learn how to… Build better, more interactive interfaces for your web ...

    Professional Ajax

    Ajax Libraries including the Yahoo! Connection Manager, Prototype, and jQuery Request Management with Priority Queues and the RequestManager Object Comet push-based web systems and HTTP streaming ...

    ajax 特效web开发实用

    至于"标签"中的"google",这可能是指学习如何使用Google的开发工具和服务,如Google AJAX Libraries API,它提供了一种方便的方式在网页中引入和管理JavaScript库,包括jQuery等,这些库对于实现Ajax特效至关重要。...

    AJAX on JAVA

    ajax on java 2007 Chapter 1. Setup ... Ajax Libraries and Toolkits Chapter 7. Ajax Tags Chapter 8. Ajax on Struts Chapter 9. JavaServer Faces and Ajax Chapter 10. Google Web Toolkit

    网络爬虫总体介绍

    Google AJAX API,全称为Google AJAX Libraries API,是Google提供的一个服务,允许开发者在他们的网站上快速、安全地引入流行的JavaScript库,如jQuery、Prototype等,而无需直接从多个来源加载这些库。这有助于...

    RESTful Web Services.rar

    Cross-Browser Issues and Ajax Libraries 327 Subverting the Browser Security Model 331 12. Frameworks for RESTful Services.... . . . . . . 339 Ruby on Rails 339 Restlet 343 Django 354 A. Some ...

    jQuery公司大事记时间轴,极力推荐

    同年,jQuery成为Google AJAX Libraries API的一部分,这大大提高了其在开发界的知名度。 ### 3. 社区繁荣 - **2008年**: jQuery Foundation成立,旨在推动jQuery及相关项目的发展,并提供了一个开源社区的平台。...

    Accelerated.DOM.Scripting.with.Ajax.APIs.and.Libraries

    标题“Accelerated DOM Scripting with Ajax APIs and Libraries”明确指出本书的主要内容是关于如何利用Ajax技术及其相关的API和库来加速DOM(Document Object Model)的脚本编程。DOM是一种用于HTML和XML文档的...

    asp.net mvc

    To help reduce conflicts with other Ajax libraries, the built-in ASP.NET MVC validation scripts are now in a separate JavaScript file. ASP.NET MVC validation scripts can be included at the top or ...

    ajax IM 源代码(php)

    ajax im makes use of a number of Javascript libraries and functions to build its functionality. All such code is labeled and copyrighted to their creators. All other code is Copyright (c) unwieldy ...

    Accelerated DOM Scripting with Ajax, APIs, and Libraries

    《JavaScript捷径教程》的英文原版,四位JS顶尖专家合著,很好且深度合适的一本好书,本人很喜欢!

    Pro Ajax and Java Frameworks

    They also explain Log4js (and other tools) for JavaScript logging, JsUnit (and others) for testing, and various libraries like AjaxTags, DWR, and Script.aculo.us for rapid code development. ...

    Struts 2.1 Libraries

    8. **Plug-in机制**:Struts 2具有强大的插件机制,可以轻松扩展框架功能,如AJAX支持、文件上传下载、JSON响应等。 9. **Validation框架**:Struts 2提供了内置的验证框架,可以在客户端和服务器端进行数据验证,...

    使用jsp+servlet+ajax技术

    开发者可以利用JSP标签库(Tag Libraries)来简化页面逻辑,例如使用JSTL(JavaServer Pages Standard Tag Library)进行数据处理和控制流操作。JSP的主要优点在于其视图和控制逻辑的分离,便于维护和扩展。 2. **...

    ajax与开发工具InterlliJ开发工具

    在编写Servlet类时,由于IDE默认可能不支持,可以通过右键点击Module,然后选择`Facet` -&gt; `Libraries`,将Tomcat库中的`servlet-api.jar`添加进来,确保编译正确。 在编码过程中,IntelliJ IDEA提供了强大的代码...

    Microsoft ASP.NET and AJAX Architecting Web Applications

    英文原版,深入剖析Asp.net3.5和AJAX的书... Part1 The (Much Needed) Facelift for the Old Web ...5 JavaScript Libraries 6 AJAX Design Patterns 7 Client-Side Data Binding 8 Rich Internet Applications ....

    基于J2EE的Ajax宝典

    2. **JSP和Ajax集成**:介绍如何在JSP页面中使用脚本元素和脚本let来实现Ajax功能,以及如何通过自定义标签库(Tag Libraries)简化Ajax调用。 3. **Servlet与Ajax**:讲解如何编写Servlet来处理Ajax请求,以及如何...

    基于JQuery的抓取博客园首页RSS的代码

    使用`&lt;script&gt;`标签引入了jQuery 1.4.2版本的库,这是通过Google AJAX Libraries API加载的。确保页面中已经包含了jQuery才能执行后续的JavaScript代码。 3. **jQuery代码**: - `$(function(){})`:这是一个...

Global site tag (gtag.js) - Google Analytics