回答編集履歴

2

修正

2016/03/19 13:50

投稿

k499778
k499778

スコア599

test CHANGED
@@ -90,6 +90,8 @@
90
90
 
91
91
  }
92
92
 
93
+        $("#visible").remove();
94
+
93
95
 
94
96
 
95
97
  }).fail(function(data) {

1

修正

2016/03/19 13:50

投稿

k499778
k499778

スコア599

test CHANGED
@@ -78,10 +78,6 @@
78
78
 
79
79
  url: "http://localhost/cakephp3/Sample/sample",
80
80
 
81
- // url: "<?php echo $this->Html->url('/Sample/sample/', true); ?>",
82
-
83
- // url: "<?php echo $this->html->url(array('controller' => 'Sample', 'action' => 'sample')); ?>",
84
-
85
81
  dataType: "text",
86
82
 
87
83
  }).done(function(data) {