Make sums, subtraction, multiplication, division and percentage in an numeric input
Is easy to use:
just include at your html:
<script src="./jquery.js"></script> <script src="./jquery.multioperator.js"></script>Operations at same input:
//// html
<script> $('#idOperator').multioperator(); </script>//// html
if you type +12 on the input and then press enter the result will be $10,012.00