Calculation using loop
I have HTML table and it contains 4 columns rows will add dynamically
Quantity, Price, Total, and Tax.
I wish to do the operation like Total = Quantity * Price; and Price =
Total - Tax;, I want to do these operations on Quantity change function in
JQuery.
How do I do that?
No comments:
Post a Comment