Hacker News new | ask | show | jobs
by AustinDizzy 4408 days ago
Or just count the number of <tr> elements and subtract one to account for the table header. That's what I did to find the average race.

  $('tr').length-1