This commit is contained in:
贤心
2022-07-18 00:01:27 +08:00
parent 37bc2311ca
commit 397cf80f7c
2 changed files with 22 additions and 4 deletions

View File

@@ -257,13 +257,19 @@ layui.use('laydate', function(laydate){
}
});
//同时绑定多个
// 同时绑定多个
laydate.render({
elem: '.test-item',
trigger: 'click'
});
/*
lay('.test-item').each(function(){
laydate.render({
elem: this
,trigger: 'click'
});
});
*/
//自定义重要日
var ins555 = laydate.render({