<table class="Table">
<thead class="thead">
<tr class="tr">
<th class="th header">Done</th>
<th class="th header">None</th>
<th class="th header">None</th>
<th class="th header">Done</th>
<th class="th header">None</th>
<tr>
<td>info</td>
<td>info</td>
<td>info</td>
<td>info</td>
<td>info</td>
</tr>
</tr>
</thead>
</table>
I want to delete all “None”s cell and all “info” of cells
Any idea?
use this
Your jsFiddle has been updated.