I have a table with the following fields:
id
project
projectName
There are two different way when I display this data:
Before I store it into a database I place projectName values into text fields. In this case I need to be able to somehow mark when there are duplicated with some sort of jQuery code, and \
I output the values from db into a list. Again, I need to somehow catch duplicates and mark them somehow, perhaps changing text color.
There could be multiple duplicate sets.
How can I do that?