标签:body null parse function span turn z-index app ati
getMaxZIndex = function () { var maxZ = Math.max.apply(null, $.map($(‘body *‘), function(e,n) { if ($(e).css(‘position‘) != ‘static‘) return parseInt($(e).css(‘z-index‘)) || 1; })); return maxZ; };
标签:body null parse function span turn z-index app ati
原文地址:http://www.cnblogs.com/oufeng/p/6590882.html