jQuery: CSSプロパティのセットは非推奨!?

jQueryの公式ガイドを読んでいたらちょっとびっくりする記述がありました。 CSS, Styling, & Dimensions | jQuery Learning Centerlearn.jquery.com // Setting CSS properties. $( "h1" ).css( "fontSize", "100px" ); // Setting an individual property. // Setting multiple properties. $( "h1" ).css({ fontSize: "1…