Google AJAX Libraries API


/ Published in: JavaScript
Save to your folder(s)

Avoid *.js upload confusions. Use http://code.google.com/apis/ajaxlibs/


Copy this code and paste it in your HTML
  1. <script src="http://www.google.com/jsapi"></script>
  2. <script>
  3. // Load jQuery - simply call it here, and name the version after it
  4. google.load("jquery", "1.3.2");
  5. </script>

URL: http://code.google.com/apis/ajaxlibs/

Report this snippet


Comments


You need to login to view comments.