JavaScript calculation issue on save -
i did put cool javascript code
https://jsfiddle.net/yr486h02/
it works 1 issue. after calculations m saving data database! data after save not match entered numbers
if enter in "first payment $$$ "
1000 after save becomes 1000.09
why so?
the real issue tofixed(2);
did round numbers
Comments
Post a Comment