I need to hide a table if td is empty (without a and div's).
sorry guys, my bad
if there is content, there is nothing to hide do not need but if td is empty - need to hide the table
<table class="klist-actions">
<tr>
<td class="klist-actions-goto">
<a name="forumbottom"></a>
</td>
<td class="klist-actions-forum">
<div class="kmessage-buttons-row">
<a class="kicon-button kbuttoncomm btn-left" href="#"></a>
</div>
</td>
<td class="klist-pages-all">
</td>
</tr>
</table>
divandain td is greater than 0. I assume you will always have a div or an a inside it.