mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
部分文档代码风格统一
This commit is contained in:
@@ -36,12 +36,12 @@ layui.use(function(){
|
||||
laydate.render({
|
||||
elem: '#ID-laydate-mark',
|
||||
mark: {
|
||||
'0-10-14': '生日'
|
||||
,'0-12-31': '跨年' //每年的日期
|
||||
,'0-0-10': '工资' //每月某天
|
||||
,'0-0-15': '月中'
|
||||
,'2017-8-15': '' //如果为空字符,则默认显示数字+徽章
|
||||
,'2099-10-14': '呵呵'
|
||||
'0-10-14': '生日',
|
||||
'0-12-31': '跨年', //每年的日期
|
||||
'0-0-10': '工资', //每月某天
|
||||
'0-0-15': '月中',
|
||||
'2017-8-15': '', //如果为空字符,则默认显示数字+徽章
|
||||
'2099-10-14': '呵呵'
|
||||
},
|
||||
done: function(value, date){
|
||||
// 点击每年的 10月14日,弹出提示语
|
||||
|
||||
Reference in New Issue
Block a user