Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Forked from chirino/gist:375376
Created April 22, 2010 15:32
Show Gist options
  • Save jstrachan/375378 to your computer and use it in GitHub Desktop.
Save jstrachan/375378 to your computer and use it in GitHub Desktop.
new $ {
// replace contents
$("table.people").contents {
for (p <- people) {
$("td.name") = p.name
$("td.address") = p.customer.address
}
// replace entire stuff
$("foo") {
$("bar")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment