Problem with mathamatical calculation in JQUERY
- by Param-Ganak
Hello friends!
I have two text boxes. I enter number in one textbox. I write following JQUERY for that textbox which get executed when the focus out from first text box. The JQUERY code takes the entered value from first text box and multiply it by a decimal number 34.95 and display the answer in second text box.
The code is doing the calculation…