Skip to content

Instantly share code, notes, and snippets.

@shun0102
Last active August 29, 2015 14:16
Show Gist options
  • Save shun0102/e70ad92df864607ea5cf to your computer and use it in GitHub Desktop.
Save shun0102/e70ad92df864607ea5cf to your computer and use it in GitHub Desktop.
var url = 'http://104.154.70.25/?callback=?';
$.getJSON(url, function(data){
console.log(data);
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment