How to set background color of td in jQuery?
td
e.g $(this).css({**BackgroundColor:Red**})
$(this).css({**BackgroundColor:Red**})
Thanks
$(this).css('background-color', 'red');
2.1m questions
2.1m answers
60 comments
57.0k users