mirror of https://github.com/layui/layui
reset laydate.html
parent
59e0f9d7bd
commit
db236330af
|
@ -23,8 +23,6 @@ body{padding: 50px 100px;}
|
|||
<input type="text" class="layui-input" id="test1">
|
||||
</div>
|
||||
|
||||
<div id="test-div">111</div>
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
日期选择器:
|
||||
|
@ -318,14 +316,6 @@ layui.use('laydate', function(){
|
|||
console.log(value)
|
||||
}
|
||||
});
|
||||
|
||||
laydate.render({
|
||||
elem: '#test-div',
|
||||
min: '2017-7-7',
|
||||
max: '2017-7-8',
|
||||
value: '2017-7-8'
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue