質問編集履歴
1
クラス指定のドットを追加しました。("hide")→(".hide")
test
CHANGED
File without changes
|
test
CHANGED
@@ -176,7 +176,7 @@
|
|
176
176
|
|
177
177
|
let hideRange = document.querySelectorAll(".leftSide, .header");
|
178
178
|
|
179
|
-
let hide = document.querySelector("hide");
|
179
|
+
let hide = document.querySelector(".hide"); //← mix-peachさん、ありがとうございます!
|
180
180
|
|
181
181
|
|
182
182
|
|