using divs for table-like layout, how to highlight certain divs with jquery

using divs for table-like layout, how to highlight certain divs with jquery

I am using divs to create a table-like layout. I am trying to mimic a table row being highlighted but with a div approach. Is there an easy way to do this with jquery, without throwing id's/classes on every div? I cant think of a suitable css fix.

Here is my fiddle