Skip to content

Instantly share code, notes, and snippets.

@vsevolod
Created January 28, 2015 15:55
Show Gist options
  • Save vsevolod/802ef7236b535bccf9ce to your computer and use it in GitHub Desktop.
Save vsevolod/802ef7236b535bccf9ce to your computer and use it in GitHub Desktop.
x=0;$.each($('table tbody td:nth-child(6)'), function(index, el){var n=Number($(el).text());if(n<100) x=x+n});x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment