
Looking for a way to toggle the visibility of a sheet-col. Here's the code- <div class="sheet-col" style="visibility:hidden;">
<h2 class="subsection">Continuum</h2>
<table width="100%">
<tbody>
<tr>
<th>Date of Invitation:</th><td colspan ="3"><input type="text" name="attr_DateOfInvitation"></td>
</tr>
<tr>
<th>Corner:</th><td colspan ="3"><input type="text" name="attr_Corner"></td>
</tr>
<tr>
<th>Fraternity:</th>
<td colspan ="3">
<select name="attr_Fraternity">
<option selected></option>
<option>None</option>
<option>Antiquarians</option>
<!--<option>Dreamers</option>-->
<option>Engineers</option>
<option>Foxhorn</option>
<option>Midwives</option>
<option>Moneychangers</option>
<option>Physicians</option>
<option>Quicker</option>
<option>Scribes</option>
<option>Thespians</option>
</select>
</td>
</tr>
</tbody>
</table>
</div> I'm looking to hook it into a button or checkbox, with the visibility on/off.