I’m .each()’ing over some dom nodes and extracting their values after I parseFloat through them.
In the .each, i’m attempting to use some math to add the sum of the output variable together.
How does one do that?
see what i’m talking about here:
Please use your console to see what the .each() is dropping in the dom.
If you want to add numbers, somewhere you’re going to have to use
+.Also, DRY up that code! http://jsfiddle.net/mattball/uhUHt