Y
Hacker News
new
|
ask
|
show
|
jobs
by
apta
4408 days ago
No need to store a list of ages. A simple counter should suffice.
1 comments
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
link