Content Distribution Network 4 all

Gerade gefunden: Googles AJAX Libraries API

The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the google.load() method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries.

Die gewünschte JavaScript Bibliothek wird entweder direkt geladen:


<script type="text/javascript"

src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js">

</script>

oder über Google’s API


<script type="text/javascript"

 src="http://www.google.com/jsapi">

</script>

<script type="text/javascript">

 google.load("prototype", "1.6.0.2");

</script>

Unterstützt werden zur Zeit: jQuery, prototype, script_aculo_us, MooTools, dojo

Possibly related posts (automatically generated)