1. ホーム
  2. jquery

[解決済み] jqueryで背景色を設定する方法

2022-05-27 08:48:41

質問

の背景色を設定する方法 td の背景色を設定する方法は?

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

ありがとうございます

どのように解決するのですか?

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