jQuery Calculator

here is my calculator I created using JQuery… :slight_smile: pls review it. Thanks

Style is good and responsive. :+1:
However, some calculations don’t work:
.1 + .3 = 3.10
000.02*666/2 = ??
After I hit equals I have to press C to start again.
I cannot just remove one number pressing C. The whole expression is deleted.
I can start with an expression with an operator eg /93-3.
Apart from that, it’s great :sunny:

1 Like

Actually I tried to prevent overuse of decimal point but thanks for pointing out I’ll try fix it and the other bug related to extra zeroes. Thanks.

1 Like

I like the look, nice style!