diff --git a/examples/laydate.html b/examples/laydate.html index a7e2e8e7..1190757d 100644 --- a/examples/laydate.html +++ b/examples/laydate.html @@ -16,12 +16,20 @@ body{padding: 50px 100px;} +
+ +
+ +
+
+ 范围选择1:
-

+
+
@@ -138,7 +146,15 @@ layui.use('laydate', function(laydate){ //全局配置 laydate.set({ //trigger: 'focus' - }) + }); + + // 第一个任意示例 + laydate.render({ + elem: '#test-first', + min: 0, + //max: '2016-12-30' + }); + //范围选择1 laydate.render({