码迷,mamicode.com
首页 > 其他好文 > 详细

layui 日历选中日期,自动填充

时间:2019-06-03 12:52:12      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:填充   date   http   info   style   bsp   cti   change   png   

技术图片

 

技术图片

//年月选择器

laydate.render({

  elem: ‘#test‘ ,

  type: ‘month‘ ,

  change: function(value, date, endDate){

    $("#test").val(value);

    if($(".layui-laydate").length){

      $(".layui-laydate").remove();

    }

  }

});

layui 日历选中日期,自动填充

标签:填充   date   http   info   style   bsp   cti   change   png   

原文地址:https://www.cnblogs.com/zerozq/p/10966543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!