【发布时间】:2017-12-24 11:05:59
【问题描述】:
我需要帮助。 datepicker 无法处理 laravel 视图文件,请帮助如何使其工作
对于 Live 文件,我使用了这个:
{!! Html::script('http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css') !!}
{!! Html::script('https://code.jquery.com/ui/1.12.1/jquery-ui.js') !!}
<style>
col-sm-2 control-label{
text-align: left !important;
}
</style>
在输入框中我输入了 id="datepicker"
【问题讨论】:
-
试过
$('#datepicker').datepicker({ dateFormat: "yy-mm-dd" });
标签: php jquery laravel jquery-ui jquery-ui-datepicker