Skip to content

Instantly share code, notes, and snippets.

@shun0102
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save shun0102/e70ad92df864607ea5cf to your computer and use it in GitHub Desktop.

Select an option

Save shun0102/e70ad92df864607ea5cf to your computer and use it in GitHub Desktop.

Revisions

  1. shun0102 revised this gist Mar 7, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile2.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  2. shun0102 created this gist Mar 7, 2015.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    var url = 'http://104.154.70.25/?callback=?';
    $.getJSON(url, function(data){
    console.log(data);
    });