I have a td
with client code and in another td
I have a list of client names with the client code
Example:
codigo | nomes
0001 | Anderson Silva(0002)
| Minotauro (0001)
| Lioto Machida(0003)
I would like to know how to highlight the name Minotauro because that is what the code 0001
contains in the code column.
I need to do this via JQuery
that my table has n records.