Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Last active May 20, 2016 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpdevries/799f081e0491afb16d7f to your computer and use it in GitHub Desktop.
Save jpdevries/799f081e0491afb16d7f to your computer and use it in GitHub Desktop.
<table>
<thead>
<tr>
<th>Setting</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Setting A</td>
<td>Value A</td>
</tr>
<tr colspan="2" class="js-hide">
<td>
<form>
<input name="setting_a" />
<button>Save</button>
</form>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment