标签: jquery html css
除了一个div之外,我想使文档不透明0.5。谁能帮我这个?我试图做以下事情:
0.5
$("#button").click(function() { $("body").css({ opacity: '0.5' }); $("#DIV").css({ opacity: '1' }); });