5
Answers

color the table row to red

Photo of Ms_ Dev

Ms_ Dev

8y
695
1
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)