回答編集履歴

1

修正

2018/04/05 08:39

投稿

yambejp
yambejp

スコア114843

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  $(function(){
8
8
 
9
- $('input[name=chk_color').on('change',function(){
9
+ $('input[name=chk_color]').on('change',function(){
10
10
 
11
11
  $('.ringo').toggle($('#red:checked,#green:checked,#yellow:checked').length>0);
12
12
 
@@ -19,3 +19,5 @@
19
19
  });
20
20
 
21
21
  ```
22
+
23
+ ※typo修正