1 |
- UI.extend.loading=function(e,d,a){$("#pup_autoclose").remove();if("/"!=d){var b="";switch(e){case 1:b="loadSuccess";break;case 2:b="loadError";break;case 3:b="loading";break;case 4:b="loadInfo"}var c=$('\x3cdiv class\x3d"lvtip '+b+'" id\x3d"pup_autoclose" style\x3d"position:fixed;display:none;padding:20px 40px;"\x3e\x3clabel\x3e'+d+"\x3c/label\x3e\x3c/div\x3e").show();c.appendTo("body");a.positionTo?(d=$(a.positionTo),b=d.offset(),c.css({left:b.left+d.outerWidth(!0)+10,top:b.top,zIndex:a.zIndex,display:"none"})):c.css({left:"50%",zIndex:a.zIndex,top:$(window).height()/2,marginLeft:-c.outerWidth()/2,marginTop:-c.outerHeight()/2,display:"none"});c.show();var f="function"==typeof a?a:void 0;a="number"==typeof a?a:0;1!=e&&2!=e||setTimeout(function(){c.fadeOut(200,f)},a||800);4==e&&setTimeout(function(){c.fadeOut(200,f)},a||1500)}};
|