Google Load APIs


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="http://www.google.com/jsapi?key="></script>
  2. <script type="text/javascript">
  3. google.load("jquery", "1");
  4. google.load("jqueryui", "1");
  5. google.load("maps", "3");
  6. google.load("webfont, 1");
  7. google.setOnLoadCallback(function() {
  8. //script here
  9. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.