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/
分享到:
相关推荐
Google AJAX Libraries应该很多人都知道,它是 Google 把一些非常流行的 JavaScript 框架放到其服务器上,这样可以充分利用 Google 的服务器资源,节省网络带宽,更重要的是 Google 对这些框架进行了压缩,所以在...
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 ...
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 ...
至于"标签"中的"google",这可能是指学习如何使用Google的开发工具和服务,如Google AJAX Libraries API,它提供了一种方便的方式在网页中引入和管理JavaScript库,包括jQuery等,这些库对于实现Ajax特效至关重要。...
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等,而无需直接从多个来源加载这些库。这有助于...
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成为Google AJAX Libraries API的一部分,这大大提高了其在开发界的知名度。 ### 3. 社区繁荣 - **2008年**: jQuery Foundation成立,旨在推动jQuery及相关项目的发展,并提供了一个开源社区的平台。...
标题“Accelerated DOM Scripting with Ajax APIs and Libraries”明确指出本书的主要内容是关于如何利用Ajax技术及其相关的API和库来加速DOM(Document Object Model)的脚本编程。DOM是一种用于HTML和XML文档的...
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 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 ...
《JavaScript捷径教程》的英文原版,四位JS顶尖专家合著,很好且深度合适的一本好书,本人很喜欢!
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. ...
8. **Plug-in机制**:Struts 2具有强大的插件机制,可以轻松扩展框架功能,如AJAX支持、文件上传下载、JSON响应等。 9. **Validation框架**:Struts 2提供了内置的验证框架,可以在客户端和服务器端进行数据验证,...
开发者可以利用JSP标签库(Tag Libraries)来简化页面逻辑,例如使用JSTL(JavaServer Pages Standard Tag Library)进行数据处理和控制流操作。JSP的主要优点在于其视图和控制逻辑的分离,便于维护和扩展。 2. **...
在编写Servlet类时,由于IDE默认可能不支持,可以通过右键点击Module,然后选择`Facet` -> `Libraries`,将Tomcat库中的`servlet-api.jar`添加进来,确保编译正确。 在编码过程中,IntelliJ IDEA提供了强大的代码...
英文原版,深入剖析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 ....
2. **JSP和Ajax集成**:介绍如何在JSP页面中使用脚本元素和脚本let来实现Ajax功能,以及如何通过自定义标签库(Tag Libraries)简化Ajax调用。 3. **Servlet与Ajax**:讲解如何编写Servlet来处理Ajax请求,以及如何...
使用`<script>`标签引入了jQuery 1.4.2版本的库,这是通过Google AJAX Libraries API加载的。确保页面中已经包含了jQuery才能执行后续的JavaScript代码。 3. **jQuery代码**: - `$(function(){})`:这是一个...