Hide (X)HTML Row with Javascript
by Brandon on Sep 7th in JavaScript
As posted on code society, here is a simple tutorial on hiding content – or in this case a row in a table using javascript.
<table>
<tr id="idRow">
<td>ROW1</td>
</tr>
<tr>
<td>ROW2</td>
[...]