5
I own a td
with client code and in another td
I have a customer name relationship 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 Minotaur because that is what the code says 0001
in the code column.
I need to do this via JQuery
this my table have n records.
How do you want to do this ? How will you search ?
– Diego Souza