Hi I'm trying to calculate values with standard way like 12,000.00
or 1,678,900.00
or 0.36
values but its not calculating my values if comma or point exists. here is my code jsFiddle
for example
I'm giving the values
Payment Sent 1: 12,000.00
Payment Sent 2: 1,678,900.00
Payment Sent 3: 0.36
Now Total Payment Sent convert into 0.00
values
Total Payment Sent: 0.00
So how to calculate these values properly.