I have a list called MessageList with 4 labels. id, firstname and lastname and messagetext. id is a hidden label. I want to test to see if id matches my saved localstorage value and change the property of only that listitem row.
So - some of the listitems will have a different background color to emphasis them.
I've looked at jQuery iteration examples and none of them reference a listitem that has multiple labels. I also don't see how to view the source in Chrome developer tools so I know what the appropriate tags are for the 4 embedded label ids.
Can you help me with an example that show how to check a listitem value when multiple label controls are in a single listitem?
Thanks!