0
<input type="text" id="personDOB" data-autofill="Under 18,N/A" />
的jQuery的DatePicker - 焦點問題
$("#personDOB").datetimepicker({
showOtherMonths : true,
selectOtherMonths : true,
changeMonth : true,
changeYear : true,
showButtonPanel : true
});
我目前的解決辦法是:buttonImageOnly: true
,
使用的圖標,而不是焦點...
以上是文本字段和日期選擇器代碼。
而且使用時間插件:https://raw.github.com/trentrichardson/jQuery-Timepicker-Addon/master/jquery-ui-timepicker-addon.js
我注意到日期選取器顯示了FOUCS,但只希望它顯示的點擊..
我試圖通過其源代碼的外觀,但不能似乎出來一個黑客。
任何想法?
我無法解決你的問題? – bingjie2680 2012-08-02 10:55:55
日期時間選擇器已顯示在焦點上,我只想將它點擊點擊 – LmC 2012-08-02 11:14:32
http://jqueryui.com/demos/datepicker/此示例顯示在點擊上,是您需要的嗎? – bingjie2680 2012-08-02 11:17:11