我有一个表单包含一个日期字段和一个按钮(添加日期)当用户点击按钮时出现一个新的日期字段但它不起作用我在日期选择器中有问题
<div class="col-md-2 right-border" id="target">
<div class="form-field field-date getdate">
<input type="text" name="Departure-FlightMultiCity" id="Departure-FlightMultiCity" class="field-input calendar-input caneldar" placeholder="Departing" style="font-size:14px;font-family:FontAwesome;height:30px">
</div>
</div>
<a id="AddAnotherFlight" class="awe-btn-lager fa fa-plus" style="margin-left:20px;cursor:pointer;font-size:14px;margin-bottom:10px;display:block">
<b> Add another Flight</b>
</a>