我创建了动态行,我需要绑定到jquery ui datetimepicker,绑定到normal是正常的,不知道如何绑定jquery ui小部件。
提前致谢
大家好。 设法通过在我的jquery
中执行以下操作来解决问题$("#routemap").delegate(".date", "focusin", function () {
$(this).datetimepicker({
dateFormat: "yy-mm-dd",
showOtherMonths: true,
selectOtherMonths: true
});
});