5
Reply

color the table row to red

Rp Singh

Rp Singh

Feb 20 2017 5:24 AM
215
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)