未捕获的TypeError:undefined不是函数javascript datepicker

时间:2014-08-02 08:27:12

标签: javascript jquery asp.net-mvc-4

这是我的部分观点。

<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不是函数。请告诉我我错过了什么。

0 个答案:

没有答案