jQueryで背景色を設定する方法 質問する

jQueryで背景色を設定する方法 質問する

tdjQueryで背景色を設定するにはどうすればいいですか?

例えば$(this).css({**BackgroundColor:Red**})

ありがとう

ベストアンサー1

$(this).css('background-color', 'red');

おすすめ記事