回答編集履歴

1

プログラムの誤り修正

2015/10/29 00:42

投稿

moredeep
moredeep

スコア1507

test CHANGED
@@ -36,11 +36,7 @@
36
36
 
37
37
  if($("#more_"+ id).html == ""){
38
38
 
39
- $("#more_"+ id).load('test.php?id='+ id, function() {
39
+ $("#more_"+ id).load('test.php?id='+ id, enableButton(id));
40
-
41
- $("#more_"+ id).show();
42
-
43
- });
44
40
 
45
41
  } else {
46
42