I have a table with a couple of rows, each row with two columns, the first column will hold title and second column will have the respective values.sometimes, cells in the right
Try this:
$('.EventDetail tr').each(function(){ if ($('td:empty',this).length > 0)) $(this).hide(); });