📜  在选择事件上引导日期选择器 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:11.909000             🧑  作者: Mango

代码示例1
$('.datepicker').datepicker()
    .on(picker_event, function(e) {
        // `e` here contains the extra attributes
    });