回答編集履歴
1
chousei
test
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
|
13
13
|
var flg=$(this).prop('checked');
|
14
14
|
|
15
|
-
$(this).closest('.select--area')
|
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
|
|