JQuery EasyUI 的加载等待效果....

function onloading(){
	 $("
").css({display:"block",width:"100%",height:$(window).height()}).appendTo("body"); $("
").html("正在处理,请稍候。。。").appendTo("body").css({display:"block",left:($(document.body).outerWidth(true) - 190) / 2,top:($(window).height() - 45) / 2}); } function removeload(){ $(".datagrid-mask").remove(); $(".datagrid-mask-msg").remove(); }


你可能感兴趣的:(jquery-easyui)