Totals and Averages of Column Data on Client Side Using JavaScript and jQuery Demo
Recently, I was asked to provide some totals and an average in the footer of a single table. I’ve done this in the past on the server side and it always turns into a pain for some reason. Its one of those things for me that I don’t have to do to often and have to re-figure out each time
Since my focus lately has been learning jQuery, I thought I would try and see if I could achieve the desired end result on the client side using JavaScript. Turns out I made it work so I thought I would write a quick demo on how I did it.

