This is a jQuery plug-in that can calculate form input values based on formulas.
It can traverse the input elements of a given HTML form to determine which have a data attribute that defines a formula to automatically calculate the input value.
This plug-in evaluates the formulas when a blur event occurs and update form inputs with the results of the evaluated formulas.
The formulas define math expressions that can involve values of other form input and support operations like addition, subtraction, multiplication, division, etc.. |