mobiscroll.android-ics-2.5.2.js

来源:互联网 发布:python制作dll 编辑:程序博客网 时间:2024/06/16 20:17
(function ($) {
    var theme = {
        defaults: {
            dateOrder: 'Mddyy',
            mode: 'mixed',
            rows: 5,
            width: 70,
            height: 36,
            showLabel: false,
            useShortLabels: true
        }
    }


    $.mobiscroll.themes['android-ics'] = theme;
    $.mobiscroll.themes['android-ics light'] = theme;


})(jQuery);

0 0