質問編集履歴

2

修正

2018/09/14 07:54

投稿

ktaaa
ktaaa

スコア59

test CHANGED
File without changes
test CHANGED
@@ -98,26 +98,6 @@
98
98
 
99
99
  }
100
100
 
101
- else {
102
-
103
- $("#jc01_tyo").prop('disabled', true);
104
-
105
- $("#jc01_osa").prop('disabled', true);
106
-
107
- $("#jc02_tyo").prop('disabled', true);
108
-
109
- $("#jc02_osa").prop('disabled', true);
110
-
111
- $("#jc01_tyo").prop('checked', false);
112
-
113
- $("#jc01_osa").prop('checked', false);
114
-
115
- $("#jc02_tyo").prop('checked', false);
116
-
117
- $("#jc02_osa").prop('checked', false);
118
-
119
- }
120
-
121
101
  })
122
102
 
123
103
  });

1

修正

2018/09/14 07:54

投稿

ktaaa
ktaaa

スコア59

test CHANGED
File without changes
test CHANGED
@@ -16,17 +16,17 @@
16
16
 
17
17
            <li>
18
18
 
19
- <input type="radio" name="jobcat" id="jc01" value="コーディネーター" onclick="connecttext('textforscb3',this.checked);">
19
+ <input type="radio" name="applicants" id="jc01" value="コーディネーター" />
20
20
 
21
21
  <label for="jc01">コーディネーター</label>
22
22
 
23
23
  <div class="jc_checkbox disabled_checkbox">
24
24
 
25
- <input type="checkbox" name="jc01_tyo" id="jc01_tyo" value="東京" disabled>
25
+ <input type="checkbox" name="jc01_tyo" id="jc01_tyo" value="東京" >
26
26
 
27
27
  <label for="jc01_tyo">東京&nbsp;&frasl;&nbsp;</label>
28
28
 
29
- <input type="checkbox" name="jc01_osa" id="jc01_osa" value="大阪" disabled>
29
+ <input type="checkbox" name="jc01_osa" id="jc01_osa" value="大阪">
30
30
 
31
31
  <label for="jc01_osa">大阪</label>
32
32
 
@@ -36,17 +36,17 @@
36
36
 
37
37
  <li>
38
38
 
39
- <input type="radio" name="jobcat" id="jc02" value="オペレーター">
39
+ <input type="radio" name="applicants" id="jc02" value="オペレーター">
40
40
 
41
41
  <label for="jc02">オペレーター</label>
42
42
 
43
43
  <div class="jc_checkbox disabled_checkbox">
44
44
 
45
- <input type="checkbox" name="jc02_tyo" id="jc02_tyo" value="東京" disabled>
45
+ <input type="checkbox" name="jc02_tyo" id="jc02_tyo" value="東京">
46
46
 
47
47
  <label for="jc02_tyo">東京&nbsp;&frasl;&nbsp;</label>
48
48
 
49
- <input type="checkbox" name="jc02_osa" id="jc02_osa" value="大阪" disabled>
49
+ <input type="checkbox" name="jc02_osa" id="jc02_osa" value="大阪">
50
50
 
51
51
  <label for="jc02_osa">大阪</label>
52
52