layui的laydate绑定多个input输入框

lay('.layui-input').each(function() {
					laydate.render({
						elem: this
					});
				});

 

你可能感兴趣的:(layui)