1. ホーム
  2. jquery

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

2022-03-06 04:23:55

質問

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

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

ありがとうございます

解決方法は?

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