1. 程式人生 > >laydate點擊月份實現自動關閉功能

laydate點擊月份實現自動關閉功能

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>

laydate點擊月份實現自動關閉功能