Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/88.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery Kendoui核心文件路径_Jquery_Html_Kendo Ui_Kendo Datepicker - Fatal编程技术网

Jquery Kendoui核心文件路径

Jquery Kendoui核心文件路径,jquery,html,kendo-ui,kendo-datepicker,Jquery,Html,Kendo Ui,Kendo Datepicker,我正在试用kendoui core datepicker,但提供的示例不起作用 Kendoui的datepicker示例给出了不存在的文件路径 <link rel="stylesheet" href="styles/kendo.common.min.css" /> <link rel="stylesheet" href="styles/kendo.default.min.css" /> <link rel="stylesheet" href="styles/kend

我正在试用kendoui core datepicker,但提供的示例不起作用

Kendoui的datepicker示例给出了不存在的文件路径

<link rel="stylesheet" href="styles/kendo.common.min.css" />
<link rel="stylesheet" href="styles/kendo.default.min.css" />
<link rel="stylesheet" href="styles/kendo.dataviz.min.css" />
<link rel="stylesheet" href="styles/kendo.dataviz.default.min.css" />

<script src="js/jquery.min.js"></script>
<script src="js/kendo.all.min.js"></script>

我已将其中一些更改为正确的路径,但有些文件不存在或在下载时被重命名。这就是我所拥有的:

<link rel="stylesheet" href="styles/kendo.common.core.min.css" />
<link rel="stylesheet" href="styles/kendo.default.min.css" />

<script src="js/jquery.min.js"></script>
<script src="js/kendo.core.min.js"></script>
<script src="js/kendo.datetimepicker.min.js"></script>


要使其正常工作,实际需要哪些文件

剑道日期选取器需要以下JS

  • jquery.js
  • kendo.core.js
  • kendo.calendar.js
  • kendo.popup.js
  • kendo.datepicker.js

有关详细信息,请检查链接。

文件路径不存在是什么意思?您想只使用日期选择器还是使用所有控件?