質問編集履歴
2
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
code 修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
// 実行したい処理 (A)
|
23
23
|
$(function(){
|
24
24
|
// Ajax button click
|
25
|
-
|
25
|
+
// $('#ajax').on('change',function(){
|
26
26
|
$.ajax({
|
27
27
|
url:'./request.php',
|
28
28
|
type:'POST',
|
@@ -40,7 +40,7 @@
|
|
40
40
|
})
|
41
41
|
.always( (data) => {
|
42
42
|
});
|
43
|
-
|
43
|
+
// });
|
44
44
|
});
|
45
45
|
```
|
46
46
|
|