回答編集履歴
1
typo
answer
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
<script>
|
24
24
|
$(function(){
|
25
25
|
$.ajax({
|
26
|
-
url : "
|
26
|
+
url : "index.php",
|
27
27
|
type : "POST",
|
28
28
|
data : {post_data_1:"hoge", post_data_2:"piyo"},
|
29
29
|
error : function(XMLHttpRequest, textStatus, errorThrown) {
|