0

jQuery DataPicker ( http://trentrichardson.com/examples/timepicker/#slider_examples ) を見つけました。しかし、うまくいきません。私はこの方法でそれをテストしようとしました:

<link href="~/Content/jquery-ui-timepicker-addon.css" rel="stylesheet" />
<link href="~/Content/jquery-ui.css" rel="stylesheet" />
<link href="~/Content/jquery-ui.structure.css" rel="stylesheet" />
<link href="~/Content/jquery-ui.theme.css" rel="stylesheet" />


<script src="~/Scripts/jquery-1.10.2.js"></script>
<script src="~/Scripts/jquery-ui.js"></script>
<script src="~/Scripts/jquery-ui-timepicker-addon.js"></script>
<script src="~/Scripts/jquery-ui-sliderAccess.js"></script>


<input type="text" name="basic_example_1" id="basic_example_1" value="" class="hasDatepicker">

<script type="text/javascript">
    $('#basic_example_1').datetimepicker();
</script>

コンソールでエラーを確認する必要があると聞きました。しかし、私は初心者で、Chrome のコンソールがどこにあるのかわかりません。誰か私に見せてもらえますか(スクリーンショット)?

ところで - ソース: jqueryui.com/download/ および https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/dist

4

0 に答える 0