How do I use the language module for mobiscroll? I am missing some "link" between the initialization and the extended language function.
(function ($) {
$.mobiscroll.i18n.de = $.extend($.mobiscroll.i18n.de, {
setText: 'OK',
cancelText: 'Abbrechen'
});
})(jQuery);
(function ($) {
$.mobiscroll.i18n.de = $.extend($.mobiscroll.i18n.de, {
dateFormat: 'dd.mm.yy',
...
yearText: 'Jahr'
});
})(jQuery);
$(function(){
$("#scroller").mobiscroll().date();
});
(And, I'm open to suggestions for other good pop-up calendars for mobile devices. jquery datepicker was too slow and the plain calendar for mobiscroll costs money)