March 2013
Intermediate to advanced
56 pages
1h 7m
English
This section shows us how to use jQuery to create an array of cells that make up a table column, add the values together, and display the total in the bottom-row.
You will need a simple HTML table (this will be a recurring theme under each Getting ready section). Make sure your table has a <tfoot> section with one row, which will hold the sums. Make sure your table has a <tfoot> section with one row, which will hold the sums.

id attribute. The table should have a column of numeric values that can be added together.<table border="1" id="populationTable">
thead and ...Read now
Unlock full access