Ms_ Dev

Ms_ Dev

  • NA
  • 236
  • 88.6k

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)