回答編集履歴
1
.menuを引く必要があったので修正
test
CHANGED
@@ -2,4 +2,4 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
でしたら、`document.querySelectorAll('.menu-btn:not(.hide)')`で`hide`クラスのない
|
5
|
+
でしたら、`document.querySelectorAll('.menu-btn+.menu:not(.hide)')`で`hide`クラスのない`.menu`を直接抽出してはどうでしょうか?
|