var bgWidth = document.body.clientWidth + 'px', bgHeight = document.body.clientHeight + 'px', alertBgNode = $('.alertMessageBg'); alertBgNode.css({'width':bgWidth,'height':bgHeight});