回答編集履歴
1
文法の修正
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
jQuery('.menu').on('click',function(){
|
8
8
|
|
9
|
-
jQuery('.menu__line').
|
9
|
+
jQuery('.menu__line').addClass('active');
|
10
10
|
|
11
11
|
jQuery('.gnav').fadeIn();
|
12
12
|
|