Skip to content

Instantly share code, notes, and snippets.

@gingerhendrix
Created March 25, 2012 11:46
Show Gist options
  • Save gingerhendrix/2193091 to your computer and use it in GitHub Desktop.
Save gingerhendrix/2193091 to your computer and use it in GitHub Desktop.
console.log('Started');
$.getScript("https://www.google.com/jsapi", function(data, textStatus, jqxhr) {
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(function(){
alert('Chart API Loaded');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment