Google Library API

Use the following code in the head.php file to include the latest prototype version 1.* and the latest scriptaculous version 1.* files. Note: the use of SSL (https). This is required as the site always runs in SSL and some browsers will issue warnings if the non SSL version used.

<script src="https://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1/scriptaculous.js?load=effects" type="text/javascript"></script>


Google Developer Guide

Developer Guide




Programmer Notes | Return to What's up?