Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created March 14, 2012 00:16
Show Gist options
  • Save bensonk/2032900 to your computer and use it in GitHub Desktop.
Save bensonk/2032900 to your computer and use it in GitHub Desktop.
$('tr').map(function(i, it) {
cells = $(it).children('td');
if(cells[0])
return {
time: cells[0].textContent,
eld_fb: cells[1].textContent,
eld_fb2: cells[2].textContent,
eld_ob: cells[3].textContent
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment