Skip to content

Instantly share code, notes, and snippets.

@lachie
Forked from juliocesar/gist:57888
Created February 4, 2009 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lachie/57891 to your computer and use it in GitHub Desktop.
Save lachie/57891 to your computer and use it in GitHub Desktop.
var table = $('<table>').attr('id', 'host-' + host.host)
$('<thead>')
.append('<tr><th class="name">File name</th><th class="size">Size</th></tr>')
.appendTo(table);
table.append('<tfoot>')
.append('<tbody>')
.appendTo('#wrap')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment