I want to highlight some rows with a background color, then fade back to original background color after 10 seconds. I've seen various solutions (using the jquery.color.js plugin), but the issue I'm stumbling on is that the rows in the table could have various background colors or no background color (transparent) depending on other factors (row striping, other event-based highlighting). By default, they're transparent.
How do I determine the original background color setting, and return it to that? Other than the default transparent, these colors are typically set via a class (or multiple classes) on the TR suggestions? Thanks! rolf