Return to Snippet

Revision: 13882
at May 10, 2009 04:53 by kokikr


Initial Code
<script type="text/javascript" 
	        src="http://www.google.com/jsapi"></script>
	<script type="text/javascript">
	  // You may specify partial version numbers, such as "1" or "1.3",
	  //  with the same result. Doing so will automatically load the 
	  //  latest version matching that partial revision pattern 
	  //  (i.e. both 1 and 1.3 would load 1.3.2 today).
	  google.load("jquery", "1.3.2");

	  google.setOnLoadCallback(function() {
	    // Place init code here instead of $(document).ready()
	  });
	</script>

Initial URL


Initial Description


Initial Title
jquery on google cdn

Initial Tags
textmate, google

Initial Language
jQuery