I have a table, like so:
<table>
<tr>
<td>one</td>
<td>two</td>
</tr>
<tr>
<td>three</td>
<td>one</td>
</tr>
</table>
Using Javascript, how can I search the table and change a style element (e.g. backgroundColor
) based on the contents of a cell (e.g. make the background color of all cells with the word 'one' in them red)?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…