我正在使用Datebox(http://dev.jtsage.com/DateBox/)插件让用户以特定格式选择时间,但该插件仅生成2个块并且未显示AM / PM的第三个块(如演示中所示) ,我在下面提到我的html /脚本,请帮我找出问题所在。
<input type="text" name="startDate" id="filter-date-from" value="" data-role="datebox" data-options='{"mode":"timebox","overrideTimeFormat":"%l:%M %p","overrideTimeOutput":"%l:%M %p","popupPosition":"window"}'>
<link href="css/jquery.mobile-1.4.5.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<link href="plugins/DateBox/css/jtsage-datebox.min.css" rel="stylesheet" />
<script src="js/jquery.js"></script>
<script src="js/jquery.mobile-1.4.5.js"></script>
<script src="plugins/DateBox/js/jtsage-datebox.min.js"></script>
- 我已经下载了Datebox插件并保存在“plugins”文件夹中,因此在顶部给出了所需的路径。 -saved jquer.js,js forlder中的jquerymobile.js,因此给出了顶部的路径,为css做了同样的事情