laydate 点击radio时没有隐藏

在点击laydate 时间选择器后没有对laydate进行任何其他操作,点击radio时laydate没有隐藏

setTimeout(function () {
    $("label").click(function(){
        $(".layui-laydate").remove();
    });
    $(".iCheck-helper").click(function(){
        $(".layui-laydate").remove();
    });
},500);
发布了99 篇原创文章 · 获赞 52 · 访问量 29万+

猜你喜欢

转载自blog.csdn.net/weixin_39461487/article/details/103559865