Skip to content

Instantly share code, notes, and snippets.

@marlun
Created May 9, 2011 09:09
Show Gist options
  • Select an option

  • Save marlun/962264 to your computer and use it in GitHub Desktop.

Select an option

Save marlun/962264 to your computer and use it in GitHub Desktop.
var ids = $(form).find('tr').slice(1).map(function() {
return parseInt($(this).find('td').eq(1).text());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment