質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<?php
|
46
46
|
|
47
|
-
<...more php coding...>
|
47
|
+
<...more php coding... for(){ >
|
48
48
|
|
49
49
|
echo <<<EOD
|
50
50
|
|
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
EOD;
|
56
56
|
|
57
|
-
<...more php coding...>
|
57
|
+
<...more php coding... } とか >
|
58
58
|
|
59
59
|
?>
|
60
60
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
$(document).ready(function(){
|
22
22
|
|
23
|
-
$('#refresh
|
23
|
+
$('#refresh').click(function(){
|
24
24
|
|
25
25
|
alert("CLICK OK");
|
26
26
|
|