Skip to content

Instantly share code, notes, and snippets.

@chrisdickinson
Created December 21, 2012 22:15
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 chrisdickinson/bf5ae6b4370f69629a02 to your computer and use it in GitHub Desktop.
Save chrisdickinson/bf5ae6b4370f69629a02 to your computer and use it in GitHub Desktop.
this is a horrible idea and i want to cry because of it
var html = ham.start()
with(html) {
div
.span
.text('Hello world')
._span
._div
table
.tbody
.tr
.td
.text('hello')
._td
._td
._tbody
._table
}
console.log(html) // --> domnodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment