easyUI 显示加载中

xiaoxiao2021-02-28  56

function ajaxLoading(){            $("<div class=\"datagrid-mask\"></div>").css({display:"block",width:"100%",height:$(window).height()}).appendTo("body");            $("<div class=\"datagrid-mask-msg\"></div>").html("正在匹配,请稍候。。。").appendTo("body").css({display:"block",left:($(document.body).outerWidth(true) - 190) / 2,top:($(window).height() - 45) / 2});         }         function ajaxLoadEnd(){             $(".datagrid-mask").remove();             $(".datagrid-mask-msg").remove();                    } 
转载请注明原文地址: https://www.6miu.com/read-600240.html

最新回复(0)