Currently, I have a Javascript function that returns a specific value. When this value is returned, I want to dynamically change the colors of different table headers based on their id.
Is there a way to change the color of a table header in javascript without simply applying CSS styling? Should I consider conditionally calling specific CSS styles depending on certain criteria?
Thank you, Van