// set arrival and depature dates to datepickers
$('#input_3_8, #input_3_9, #input_4_8, #input_4_9, #input_3_11, #input_3_12, #input_4_11, #input_4_12').datepicker();
+ $('#choice_4_34_1').click(function(){
+ if (this.checked) {
+ $('#input_4_19').datepicker();
+ $("#input_4_9").datepicker("setDate", 2);
+ }
+ });
// set departure date to default of 2 days from today
$("#input_3_9, #input_4_9").datepicker("setDate", 2);
// set arrival and depature dates to datepickers
$('#input_3_8, #input_3_9, #input_4_8, #input_4_9, #input_3_11, #input_3_12, #input_4_11, #input_4_12').datepicker();
+ $('#choice_4_34_1').click(function(){
+ if (this.checked) {
+ $('#input_4_19').datepicker();
+ $("#input_4_9").datepicker("setDate", 2);
+ }
+ });
// set departure date to default of 2 days from today
$("#input_3_9, #input_4_9").datepicker("setDate", 2);