回答編集履歴
1
chousei
answer
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
$.ajax({
|
12
12
|
url:'hoge.php',
|
13
13
|
dataType:'json',
|
14
|
-
}).done(data
|
14
|
+
}).done(function(data){
|
15
15
|
$('#area').empty();
|
16
16
|
$('#area').html(data.area);
|
17
17
|
});
|