質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,9 +36,7 @@
|
|
36
36
|
|
37
37
|
url:"c.php",
|
38
38
|
|
39
|
-
contentType:"Content-Type:application/json; charset=UTF-8",
|
40
|
-
|
41
|
-
data:json,
|
39
|
+
data:{json},
|
42
40
|
|
43
41
|
dataType: "text"
|
44
42
|
|
@@ -98,7 +96,7 @@
|
|
98
96
|
|
99
97
|
<tr>
|
100
98
|
|
101
|
-
<th><button id="send">送信</button>
|
99
|
+
<th><button id="send" type="button">送信</button>
|
102
100
|
|
103
101
|
</th>
|
104
102
|
|