jquery on google cdn


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript"
  2. src="http://www.google.com/jsapi"></script>
  3. <script type="text/javascript">
  4. // You may specify partial version numbers, such as "1" or "1.3",
  5. // with the same result. Doing so will automatically load the
  6. // latest version matching that partial revision pattern
  7. // (i.e. both 1 and 1.3 would load 1.3.2 today).
  8. google.load("jquery", "1.3.2");
  9.  
  10. google.setOnLoadCallback(function() {
  11. // Place init code here instead of $(document).ready()
  12. });
  13. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.