經由css方法思想對象有可能添加z-index
:如何通過對象添加z-index?
jQuery('<div/>').css({
z-index: 1000,
opacity: 0.7,
width: jQuery(window).width(),
height: jQuery(document).height(),
top:0,
left:0,
position: 'absolute'}).appendTo('body');