I want to write a selector that gets me all the textboxes in a table column. So I can use this with Jquery Calculation to get a 'sum' box. I've written something based off this: Highlighting columns in a table with jQuery
Here's how far I've got: http://jsfiddle.net/Px78h/1/
The page loads, and I see my totals in the totalSum box. But updating any of the textboxes in the column seems to cause it to sum ALL the textboxes.
Am I doing something wrong?
Update: here's the 'end game' of what I was trying to do: http://jsfiddle.net/Px78h/5/