質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,11 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
+
※このように1個1個やるというのは無しでお願いいたします
|
33
34
|
|
35
|
+
var el = document.getElementById('id名');
|
36
|
+
|
37
|
+
el.style.backgroundColor = "red";
|
34
38
|
|
35
39
|
|
36
40
|
|