Skip to content

Instantly share code, notes, and snippets.

@triptych
Created February 12, 2010 18:15
Show Gist options
  • Save triptych/302814 to your computer and use it in GitHub Desktop.
Save triptych/302814 to your computer and use it in GitHub Desktop.
var foo = [];
$("table td.class").each(function(idx,domEl){
foo[foo.length] = domEl;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment