I have a table with tr that have unique numeric ids set. I also have an array that contains the ids.
So basically I need to check if the tr id is in the array of values, if so add or remove a class from an element inside of it.
I have figured this out....