質問編集履歴

1

コードに「.」を追記

2018/11/12 14:14

投稿

ninjanin
ninjanin

スコア26

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  function Close(target, color){
82
82
 
83
- $(target).find('target_'+color).fadeOut();
83
+ $(target).find('.target_'+color).fadeOut();
84
84
 
85
85
  }
86
86