Skip to content

Instantly share code, notes, and snippets.

@queso
Created July 21, 2009 19:47
Show Gist options
  • Save queso/151549 to your computer and use it in GitHub Desktop.
Save queso/151549 to your computer and use it in GitHub Desktop.
<table>
<tr>
<th><input id="id_selector" name="id_selector" toggle_all="items_form_checkbox" type="checkbox" value="" /></th>
<th>Title</th>
<th>Body</th>
<th>Posted At</th>
</tr>
<tr class="even">
<td><input class="items_form_checkbox" id="ids_" name="ids[]" type="checkbox" value="1" /></td>
<td>Test</td>
<td>This is a test of a post body</td>
<td>2009-07-20 20:21:00 UTC</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment