Rp Singh

Rp Singh

  • NA
  • 182
  • 9.2k

color the table row to red

Feb 20 2017 5:24 AM
Hi all,
 
  1. if (data === 'Success') {
    $(ctrlDisableId).css('color','Red');
    }
i want to color the table row(<tr>) to red. 
 
please help.
 
thanks. 
 

Answers (5)