How to delete a cell with a value of 3?
<table id="history"> <tr class="row"> <th class="nyr">SteamID</th> </tr> <tr class="row"> <td class="cellHis">1</td> <td class="cellHid">2</td> </tr> <tr class="row"> <td class="cellHis">3</td> <td class="cellHid">4</td> </tr> </table>