Skip to content

Instantly share code, notes, and snippets.

@jollm
Created June 24, 2010 19:59
Show Gist options
  • Save jollm/451897 to your computer and use it in GitHub Desktop.
Save jollm/451897 to your computer and use it in GitHub Desktop.
var content =
h('div')
.adopt(h('table'))
.adopt(h('tbody'))
.adopt(filterList).end().end().end() // div
.adopt(h('table'))
.adopt(h('tbody'))
.adopt(sortableList).end().end().end()[0]; // div dom node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment