回答編集履歴

1

chousei

2019/09/26 00:53

投稿

yambejp
yambejp

スコア114843

test CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
  var flg=$(this).prop('checked');
14
14
 
15
- $(this).closest('.select--area').find('span[class*="nest--"]')
15
+ $(this).closest('.select--area')
16
16
 
17
- .toggleClass('active',flg)
17
+ .find('span[class*="nest--"]').toggleClass('active',flg)
18
18
 
19
19
  .find('>input').prop('disabled', !flg)
20
20