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