利用Live属性,focus时重新绑定控件
$(".datepickerDom").live("focus", function () { $(this).datepicker({ dateFormat: "dd/mm/yy", changeMonth: true, changeYear: true }); });
时间: 2025-01-14 08:57:38
利用Live属性,focus时重新绑定控件
$(".datepickerDom").live("focus", function () { $(this).datepicker({ dateFormat: "dd/mm/yy", changeMonth: true, changeYear: true }); });