Simple n-digits calculator with the following supported operations:
Calculator requires
Include mootools framework and Calculator plugin
Include Calculator stylesheet
Example code
Javascript:
window.addEvent('domready', function() { var calc = new Calculator({ drag: true, digits: 12 }); })
For more demos please visit the Calculator demo page at http://www.abidibo.net/projects/js/calculator/demo
The project page: http://www.abidibo.net/projects/js/calculator
The documentation page: http://www.abidibo.net/projects/js/calculator/doc
The demo page: http://www.abidibo.net/projects/js/calculator/demo
Please report bugs, errors and advices in the github project page: http://github.com/abidibo/Calculator
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus