jquery-calculation

Help with jQuery Calculation plugin

I am trying to use the jquery plugin to help out with a simple equation. I am working on it here: http://www.zacharydesigns.com/sandbox/calc2.html Right now I am trying to figure out how to get the second column, package pricing to be generated from this equation: product price / total product price * 399.99 Here is the bit I was tr...

jquery calculation sum two different type of item

I'm writing a script like the example shown in the demo where All of the "Total" values (Including the "Grand Total") are Automatically Calculated using the calc () method. at this link: But I have some fields in which to apply the equation qty * price, and others where I want to do other operations .. you can tell me how? thank you ver...

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. The following method should set the default correct for European decimals, it works pr row but the sum method for the calculation is ignori...

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: http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm However I'd like to also get a total count of the number of beds that are selected but can't seem to ...

jQuery calculate plugin using the line name as well as price

Extending the example here: http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm How could I generate the subtotals, and additionally add in the Name of the product selected? Instead of: Qty Product Price Total 1 Learning jQuery $39.99 $39.99 1 jQuery ...