Created
July 19, 2009 21:23
-
-
Save emyller/150045 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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