Skip to content

Instantly share code, notes, and snippets.

@emyller
Created July 19, 2009 21:23
Show Gist options
  • Select an option

  • Save emyller/150045 to your computer and use it in GitHub Desktop.

Select an option

Save emyller/150045 to your computer and use it in GitHub Desktop.

Revisions

  1. emyller created this gist Jul 19, 2009.
    7 changes: 7 additions & 0 deletions mandoo_clean_code.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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');