Use Google's JavaScript API loader to speed up your site's _javascript skills
Source: Internet
Author: User
If your site uses some of the mainstream Ajax library such as jquery or prototype, you can use Google Javascript API loader to load your AJAX library directly.
The specific approach is the following example:
<script src= "Http://www.google.com/jsapi" language= "javascript" ></script> <script language= " JavaScript "> Google.load (" Prototype "," 1.6 ");
</script>
Because Google uses a CDN (content distribution network) to send data to clients faster than your server, and the client browser caches content based on links, the more sites that use Google Javascript API loader, The greater the chance of client-side cache hits.
Google's Ajax Library API now supports most of the mainstream Ajax frameworks:
Jquery
JQuery UI
Prototype
Script.aculo.us
MooTools
Dojo
swfobjectnew!
Yahoo! User Interface Library (YUI)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.