質問編集履歴

1

誤字を修正

2018/12/03 20:13

投稿

gankonako
gankonako

スコア16

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  }
60
60
 
61
- .hello.hover-up{
61
+ .hello.hover-down{
62
62
 
63
63
  display: block;
64
64
 
@@ -118,7 +118,7 @@
118
118
 
119
119
  //クラス外す
120
120
 
121
- $(this).closest('article').find('.hello').removeClass('hover-down hover-down');
121
+ $(this).closest('article').find('.hello').removeClass('hover-up hover-down');
122
122
 
123
123
  }
124
124