When I pull the values I want to multiply, they\'re strings. So I pull them, parse them as floats (to preserve the decimal places), and multiply them together.
You might find the Accounting.js library useful for this. It has an "improved" toFixed() method.