锘?/jQuery(document).ready(function () { // if ($.cookie('defaultScreenDispMode') != null) { // if ($.cookie('defaultScreenDispMode') == "true") { // $("#Ping").removeClass("container"); // // $("#PingLi").children().html('绐勫睆'); // } else { // $("#Ping").addClass("container"); // //$("#PingLi").children().html('瀹藉睆'); // } // } //}); //瀹藉睆 绐勫睆 function Ping(li) { } function ajaxLoading() { $(".datagrid-mask").css({ display: "block", width: "100%", height: $(window).height(), "z-index": 999998 }).appendTo("body"); $(".datagrid-mask-msg").html('' + loading + '').appendTo("body").css({ "z-index": 999999, display: "block", left: ($(window).outerWidth(true) - 190) / 2, top: ($(window).height() - 45) / 2 }); $("body").css({ "overflow": "hidden" }); } function ajaxLoadEnd() { //$(".datagrid-mask").remove(); //$(".datagrid-mask-msg").remove(); $(".datagrid-mask").hide(); $(".datagrid-mask-msg").hide(); $("body").css({ "overflow": "auto" }); }