質問編集履歴

4

題名の変更

2020/10/23 07:13

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- 【急】javascriptの既読機能で400エラー
1
+ javascriptの既読機能で400エラー
test CHANGED
File without changes

3

題名の変更

2020/10/23 07:13

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- javascriptの既読機能で400エラーが出る
1
+ 【急】javascriptの既読機能で400エラー
test CHANGED
File without changes

2

題名の変更

2020/10/21 08:45

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- javascriptで400エラーが出る
1
+ javascriptの既読機能で400エラーが出る
test CHANGED
File without changes

1

コードの修正

2020/10/21 07:15

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -68,11 +68,11 @@
68
68
 
69
69
  if (item.checked === true) {
70
70
 
71
- post.setAttribute("data-check", "true");
71
+ memo.setAttribute("data-check", "true");
72
72
 
73
73
  } else if (item.checked === false) {
74
74
 
75
- post.removeAttribute("data-check");
75
+ memo.removeAttribute("data-check");
76
76
 
77
77
  }
78
78