Jamie Holly wrote: > That isn't even valid - having the <div> not inside a <td> or <th>. > That could lead to problems, but you might want to try: > > $("#{field_id}").parent().prev('.generalclass'); > Yeah, it's pretty ugly...but that worked! Thanks, Jamie.