Skip to content

Instantly share code, notes, and snippets.

@joestelmach
Created July 15, 2011 15:44
Show Gist options
  • Save joestelmach/1084930 to your computer and use it in GitHub Desktop.
Save joestelmach/1084930 to your computer and use it in GitHub Desktop.
$el.table(
$el.tr(
$el.th('first name'),
$el.th('last name')),
$el.tr(
$el.td('Joe'),
$el.td('Stelmach'))
).appendTo(document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment