jQuery Plugin To Do Math Within An Input Field - Abacus.js
File Size: | 6.53 KB |
---|---|
Views Total: | 2651 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

Abacus.js is a simple yet used jQuery math input plugin that adds the arithmetic operation functionality to your input field with just one JS call.
See also:
- Table Data Calculation Plugin For jQuery - SumTableTotal
- jQuery Plugin For Online CSV Data Calculation - csv-calc
- jQuery Plugin For Calculation Form or Calculation Table - Calx
How to use it:
1. Create a regular input field on the webpage.
<script src="//code.jquery.com/jquery.min.js"></script> <script src="jquery.abacus.min.js"></script>
2. Just call the function on the input field and we're done.
$('#demo').abacus();
This awesome jQuery plugin is developed by senya-g. For more Advanced Usages, please check the demo page or visit the official website.