回答編集履歴

1

修正

2019/03/07 08:36

投稿

cerfweb
cerfweb

スコア1899

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  $(this).addClass('active')
12
12
 
13
- .parent().siblings().find('.active').removeClass();
13
+ .parent().siblings().find('.active').removeClass('active');
14
14
 
15
15
  });
16
16