jQuery css() 方法
〈1〉返回 CSS 屬性
css("propertyname");
〈2〉設置 CSS 屬性
css("propertyname","value");
〈2.1〉設置多個 CSS 屬性
css({"propertyname":"value","propertyname":"value",...});
jQuery 提供多個處理尺寸的重要方法:
設置:$("#div1").width(500).height(500); more : $(window/document).width/height;