質問するログイン新規登録

質問編集履歴

1

コードに「.」を追記

2018/11/12 14:14

投稿

ninjanin
ninjanin

スコア26

title CHANGED
File without changes
body CHANGED
@@ -39,7 +39,7 @@
39
39
  イメージとしては次のような感じなのですが、これでは出来ませんで…
40
40
  ```javascript
41
41
  function Close(target, color){
42
- $(target).find('target_'+color).fadeOut();
42
+ $(target).find('.target_'+color).fadeOut();
43
43
  }
44
44
 
45
45
  $('.close').on('click', function(){