Google Hosted JQuery (1.3.2.min) with google:load


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



Copy this code and paste it in your HTML
  1. <script src="http://www.google.com/jsapi"></script>
  2. // Load jQuery
  3. google.load("jquery", "1.3.2");

URL: http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery

Report this snippet


Comments


You need to login to view comments.