后台时间控件,用js动态加载时,要初始化——项目问题

xiaoxiao2021-02-27  442

if(value.inputForms == "date"){ $("#"+key).focus(function(){ $(this).datepicker({ dateFormat: "dd/mm/yy", changeMonth: true, changeYear: true}); }); }

原因

时间控件是由后台写好的,在页面打开时,会初始化。但是,用js动态加载时,由于已经初始化完成,需要再重新初始化。
转载请注明原文地址: https://www.6miu.com/read-2736.html

最新回复(0)