|
|
@ -713,7 +713,8 @@ Our must-dos/must-sees are…" style="height:90px;"></textarea>
|
|
|
|
$infantNumberInput.val(infantNumber);
|
|
|
|
$infantNumberInput.val(infantNumber);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Trip Length
|
|
|
|
// Trip Length
|
|
|
|
$('#tripLengthPlus').click(function () {
|
|
|
|
$('#tripLengthPlus').click(function () {
|
|
|
@ -732,6 +733,7 @@ Our must-dos/must-sees are…" style="height:90px;"></textarea>
|
|
|
|
autoclose: true,
|
|
|
|
autoclose: true,
|
|
|
|
startDate: '+2d'
|
|
|
|
startDate: '+2d'
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
.date_select {width: 27.5% !important; margin-bottom: 10px;}
|
|
|
|
.date_select {width: 27.5% !important; margin-bottom: 10px;}
|
|
|
|