/ Published in: JavaScript
Avoid *.js upload confusions. Use http://code.google.com/apis/ajaxlibs/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script src="http://www.google.com/jsapi"></script> <script> // Load jQuery - simply call it here, and name the version after it google.load("jquery", "1.3.2"); </script>
URL: http://code.google.com/apis/ajaxlibs/