手记

laydate点击月份实现自动关闭功能

<pre>laydate.render({    elem:'#settleMonth',    type:'month',    format:'yyyy-MM',    showBottom:false,    ready:function(date){        $("#layui-laydate3").off('click').on('click','.laydate-month-list li',function(){            $("#layui-laydate3").remove();        });    },    change:function(value,dates,edate){        $('#settleMonth').val(value);    }});</pre>

0人推荐
随时随地看视频
慕课网APP