Hi Team,
I need help. i want to change the text color:
For example i want to change the text color if the response is "MO" the color of the text will become "RED". and if "TC" it will remain as "BLACK" please see the screenshot below:
Code: Select all
Inside the JS in Type.text
if(Apperyio("type").text("MO")){
Apperyio("time").css('color','#ff0000');
}
i hope you can help me here.
Regards,