jQuery Plugin To Do Math Within An Input Field - Abacus.js

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

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:

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.