I have a sample table look like this and data refreshed every 5 minute to show latest.example -
TollFree US Canadian
7,312 826 141,128
I need to add and calculate total of above all.
Total Records -
This is what i have tried so far- http://jsfiddle.net/unKDk/2666/
HTML page has 6 tables which has different number of columns to do same calculation. Trying to use same script in all as td class is same.