<div class="srch-sb-results"> stuff here </div>
<table>
<tr>
<td colspan='3'>
<div style="border:1px solid silver"></div>
</td>
</tr>
<table>
I need to select the div that is rendering the silver border How do I select the div in jquery and hide it? As well as the table cell with colspan.
that should do it. Including the OP’s original request to hide the td having a colspan=3