回答編集履歴

1

修正

2016/10/11 09:30

投稿

退会済みユーザー
test CHANGED
@@ -176,7 +176,7 @@
176
176
 
177
177
  $(function () {
178
178
 
179
- $("[name=prefecture]").prop('disabled', true);
179
+ //$("[name=prefecture]").prop('disabled', true);
180
180
 
181
181
 
182
182
 
@@ -186,9 +186,9 @@
186
186
 
187
187
  .filter("[data-largearea=" + $(this).val() + "]")
188
188
 
189
- .prop('checked', $(this).prop('checked'))
189
+ .prop('checked', $(this).prop('checked'));
190
-
190
+
191
- .prop('disabled', !$(this).prop('checked'));
191
+ //.prop('disabled', !$(this).prop('checked'));
192
192
 
193
193
  });
194
194