'left': $("#content").width() + 'px',
还可以换成什么写法
document.getElementById("id").style.width = document.body.clientWidth + "px";