質問編集履歴
1
コードに「.」を追記
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(){
|