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');
1.4m articles
1.4m replys
5 comments
57.0k users