回答編集履歴
1
chousei
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
$(function(){
|
10
10
|
|
11
|
-
$.getJSON("
|
11
|
+
$.getJSON("data/sample_data.json", function(data){
|
12
12
|
|
13
13
|
console.log(data);
|
14
14
|
|