我正在使用Kendo UI Mobile v2012.3.1114的kendo移動框架和mobiscroll設置和取消按鈕不會每次觸發。有時會觸發,但並非總是如此。如果我使用kendo移動框架的v2012.2.913,它的正常工作只會很慢。我認爲這是關於CSS問題,但我不確定。Mobiscroll Datepicker Kendo UI Mobile
開發環境。 - (Telerik的雲IDE)Icenium石墨V1.1 - 劍道UI移動模架v2012.3.1114 - jQuery Mobile的v1.8.2的 - Mobiscroll V2.3.1
這裏是HTML和JavaScript:
<input type="date" id="datePickerBeginDateExtracted"/>
$(function() {
$('#datePickerBeginDateExtracted').scroller({
preset: 'date',
invalid: { daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'] },
theme: 'sense-ui',
display: 'modal',
mode: 'mixed',
animate: 'swing',
dateOrder: 'mmD ddyy'
});
});