这是我的部分观点。
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<script>
$(document).ready(function () {
$("#StartDate").datepicker();
});
</script>
<div class="col-xs-20 no-padding section">
<label for="StartDate" class="">Form:</label>
<input type="text" name="StrtDate" id="StartDate" />
</div>
它给了我错误未捕获的TypeError:undefined不是函数。请告诉我我错过了什么。