【发布时间】:2013-12-07 09:45:37
【问题描述】:
我在使用 Datebox 插件时遇到问题 - 当我打开它时,今天的日期没有突出显示,此外。我将“calHighToday”选项设置为 true,但它会继续运行,但不会突出显示今天的日期。
<input name="fechaPartido" id="fechaPartido" type="date" data-role="datebox" data-options='{"mode": "calbox", "calHighToday":true,"overrideCalStartDay": 1}'
我设置了 datebox 插件:
<script src="js/jqm-datebox.core.min.js"></script>
<script src="js/jqm-datebox.mode.calbox.min.js"></script><<
<script src="js/jquery.mobile.datebox.i18n.es-ES.utf8.js"></script>
和css:
<link rel="stylesheet" href="js/jqm-datebox.min.css" />
我从http://dev.jtsage.com/jQM-DateBox/demos/install.html下载了当前版本的插件。
谁能帮帮我?
【问题讨论】:
-
你能有 jsfiddle 吗?
-
刚刚创建了一个小提琴:jsfiddle.net/ezanker/4RKQ8/1 它似乎可以正常工作,至少在 chrome 桌面上是这样......小提琴对你有用吗?
标签: jquery-mobile datebox