标签:width c ar css height x b doc
var bgWidth = document.body.clientWidth + ‘px‘,
bgHeight = document.body.clientHeight + ‘px‘,
alertBgNode = $(‘.alertMessageBg‘);
alertBgNode.css({‘width‘:bgWidth,‘height‘:bgHeight});
标签:width c ar css height x b doc
原文地址:http://www.cnblogs.com/mabelstyle/p/3868009.html