mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
update
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user