Questions tagged [jquery-calculation]

103 questions
0
votes
1 answer

Adding Tax Calculation to jQuery Calculation Plug-in

I am using the extremely useful jQuery Calulation plugin found here, http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm I am using it to calculate the line item totals and sub totals of a quote form. I have it working so…
user1098178
  • 697
  • 3
  • 9
  • 25
0
votes
4 answers

jQuery input updates all IDs, rather than just the one required

The issue I'm having is fairly hard for me to explain, but I have replicated it in a jsFiddle http://jsfiddle.net/6ms4T/1/ What I am trying to achieve is by updating the 'Quantity' text box, I want to display the value elsewhere (the line below…
Web Hippo
  • 3
  • 2
-1
votes
1 answer

jQuery - Cricket Calculations

Can somebody please help me on below jQuery? I want to add player's toal runs, SR etc.. automatically based on Match 1 and Match 2 info HTML
Name Total…
Reddy
  • 1,477
  • 29
  • 79
-1
votes
1 answer

automatic recalculation between 2 fields

I need to do auto calculate in FIELD-2 while you type a new value in FIELD-1, but I need it works viceversa also. For example I have a moltiplication factor (25); in FIELD-1 I write 100 and in FIELD-2 will be 2500 (25x100); but if I write 2500 in…
-1
votes
2 answers

How do I use javascript or jquery to find a sum and product of values from a forms field inputs?

How do I use javascript or jquery to find a sum and product of number values that users enter into my forms fields. Thanks for your time and help. Input 1 Value + Input 2 Value = Input A Input A Value * .08 = Input B Value Input A Value + Input B…
Mark Rodriguez
  • 125
  • 2
  • 15
-1
votes
1 answer

javascript calculation field comparison algorithm

Good day, I have 3 text fields for input. TotalWeight CustomUnitWeight CustomsNumberOfUnit There should be a validation to make sure TotalCustomWeight matches TotalWeight (neither higher nor lower). I started playing around trying to construct a…
-1
votes
2 answers

jQuery to display 2 decimals

I am need to add to add the .toFixed(2) value into this jQuery below but not sure where to place it. right now it displays something like this when the calculation is done: You are $10.020000000000003 away from Free…
-1
votes
1 answer

jquery percentage calcutaion from the textbox values

i have a form in which i want to take out a percentage on a amount for eg. let the amount be 100 and i will enter 10 so the desired output is 10 and i even want to add the percentage's amount with the amount so the output will be 110 (100 + 10) i am…
user2274075
  • 117
  • 1
  • 3
  • 21
-2
votes
1 answer

JQUERY why this field doesn´t change?

i reused the code from every calculation in there but nothing. seems like the field that is listening never change.
thnks for ur time
-2
votes
1 answer

Need a small help in auto calculation form anyone?

anyone here good at js? im looking for a form with following fields which would auto calculate and display the total on fly when i inpot the numbers in side the fields. Actual Price: 329
Seeker
  • 47
  • 7
-2
votes
1 answer

summing up number on offline html

I have a huge html file 66 MB which I have no enough power to even open it in spreadsheet. one column have to be sum up to get the lump sum. I copy & paste a js code to do a calculation, but it doesn't work. Could someone help me work? point out the…
-3
votes
2 answers

How to move a "li" element to nth position from current on each click of a button?

How to move a "li" element to nth position from current on each click of a button? In the below example, on each click of button, we have to move the 3rd li to 7th(3+4) position on 1st click, to 11th(7+4) position on 2nd click, to 15th(11+4) on…
vishnu
  • 624
  • 1
  • 6
  • 21
-4
votes
3 answers

jQuery form calculation

I need to produce a calculation on a form after first selecting one of two price plan options and my knowledge of jQuery isn't sufficient (yet!) :) I need the value of "Payment" to be either the total of the select boxes in Plan 1 OR the set price…
Sarah
  • 27
  • 1
  • 4
1 2 3 4 5 6
7