Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 508 Bytes

jquery-multioperate-input

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