How to apply css style on determine row in html table.
Hi,
I would like to realize an analysis of data in a table html . That is, I want to know if it is possible in jquery check if all < td > are filled by values , if a < td > contains a value <5 , if another <td>has value " successful " . When one of the cases described above occurs , I would turn red background color in the column row .
Thanks in advance.
Tegatti