Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys , I have no idea how to do it, I do not know anything about jquery, just the basics. In a view I show the results of a query and I need to red the text of a field asking for the value of another field.
someone could help me please ,i need that logic in jquery
thnks

What I have tried:

Query

SELECT code , date , info  , rule1 , rule2 ,rule 3 FROM Movies


This is the logic that I need
if rule1 = 'fail' {

	code text red
}
if rule2 = 'fail' {

	date text red
}

if rule3  = 'fail' {

	info text red
}
Posted
Updated 11-Nov-18 4:48am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900