0

Can I delete an addition sign in a input field after it has been calculated.

Example: input_A: (15*2)+30.... Than after it is calculated the Input_A field looks like this : (15*2),30.

Check it out:-

http://jsfiddle.net/qvDFY/12/

4

1 回答 1

1

Yes, you can, using the .replace function.

And here's an example.

于 2012-08-13T04:50:37.357 回答