其他分享
首页 > 其他分享> > layui点击搜索或页码提交form表单,响应时间过长加遮罩,onsubmit。

layui点击搜索或页码提交form表单,响应时间过长加遮罩,onsubmit。

作者:互联网

<form class="" action="" method="post" id="searchForm" onsubmit="msg()">

function msg() {
        layer.msg('努力加载中...', {
            icon: 16,   // 图标
            shade: 0.2, // 遮罩
            time: false // 等待时间
        });
        return true;
    }

标签:遮罩,layer,onsubmit,false,form,0.2,等待时间,msg
来源: https://blog.csdn.net/weixin_45423937/article/details/111653965