jQueryを使用してCSSを追加する方法 方法1: css()メソッドを使用する// 要素の背景色を赤に変更する例 $("#elementID").css("background-color", "red");>>More