Tagged Questions
The jquery-calculation tag has no wiki summary.
0
votes
1answer
67 views
JQuery - Automatic Calculations
I'm having a period mental melt down here. For 2 days, I've been looking at numbers and trying to get this damn calculation to work, but now i can't get the result method to work.
I'm having 1 ...
0
votes
4answers
273 views
jQuery interest calculator - calculate amount of credit from monthly payment
I wrote small jQuery interest calulcator.
it is calculating amount of credit from monthly re-payment
LIVE DEMO HERE
The problem is that my interest calculation logic is just purely wrong.
Have ...
0
votes
0answers
70 views
Globalize jQuery Calculation Plug-in?
I have a little question about jQuery Calculation Plug-in and Globalization.
I tying return value and format using Globalize.parseFloat(s), and I got error TypeError: value.indexOf is not a function
...
0
votes
1answer
108 views
jQuery selector that selects class name with only one number following that class name
so I have the following structure:
<div class="num1">1,2</div>
<div class="num11">2,2</div>
<div class="num2">5,4</div>
<div ...
0
votes
1answer
305 views
jQuery Calculations not working out
I'm using the jQuery Calculator plugin (http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm) and have stumbled across a small problem when calculating the cost of cupcakes.
...
0
votes
0answers
171 views
Help Calculating Invoice
I need help with a calculation:
I need to do this:
Item ---- Qty ( 2 ) --- Rate ( $2 ) = Total ( $4 )
Item ---- Qty ( 3 ) --- Rate ( $3 ) = Total ( $9 )
SUBTOTAL = $13
SALES TAX ...
0
votes
2answers
1k views
Simple Percentage Calculation of an Input Field with JQuery
I'm building a PayPal form that the user enters the amount and after that transfered to paypal,
everything is working fine but i need to add a calculation plugin to do the following,
If a user ...
0
votes
1answer
149 views
jquery calculation getting size of calculations
I used the Jquery calculation plugin successfully to perform two calculations on both subtotals and a grand total much like the last example on the demo page:
...
0
votes
1answer
387 views
Problem using jQuery calculation with European-formatted numbers
I am calculating rows with a total with the jQuery.Calculation plugin but the total is ignoring everything after the decimal symbol. I suspect the fix lies in the regex but I can't figure out where.
...