Skip to content

Instantly share code, notes, and snippets.

@emyller
Created July 19, 2009 21:23
Show Gist options
  • Save emyller/150045 to your computer and use it in GitHub Desktop.
Save emyller/150045 to your computer and use it in GitHub Desktop.
u('#grid').append('tr.even')
.append('td[width=250]')
.add('input#check[type="checkbox"]')
.add('input#item[type="text"]')
.up()
.append('td')
.add('a.link[href="#"][title="delete this item"]', 'Delete');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment