ホームページ > 記事 > ウェブフロントエンド > jqueryの使い方の概要 css_jquery
jQuery css() メソッド
CSS プロパティを返します
css("propertyname");
CSS プロパティを設定します
css("propertyname","value");
複数の CSS プロパティを設定する
css({"propertyname":"value","propertyname":"value",...});
jQuery は、ディメンションを処理するためのいくつかの重要なメソッドを提供します。
设置:$("#div1").width(500).height(500); more : $(window/document).width/height;