Row coloring based on specific column value

Row coloring based on specific column value

I'm new to Jquery and was wondering if it is possible to do give a table row a color based on the value of a particular column / cell value.
E.g. if the cell content of a column called "Status" is "Open", the complete table row background color should be set to red.

Thanks