筆記筆記
$('.datepicker').datepicker({ beforeShow: function () { setTimeout(function () { $('.ui-datepicker').css('font-size', '16px'); }, 0); } });