代码如下:
无标题文档 script>
$(document).ready(function(){
$('a').click(function(){
var wwd=$(document).width();
var wgd=$(document).height();
$('body').prepend('');
$('#zhezhaoc').css({
'width' : ''+wwd+'px',
'height' : ''+wgd+'px',
'background-color' : '#000000',
'z-index' : '1100',
'opacity' : '0.5',
'position' : 'absolute',
'top' : '0px',
'left' : '0px'
});
alert('提示框任意');
});
});
script>
测试按钮
下载本文