Skip to content

jklinck/jQueryCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator built with jQuery, Twitter Bootstrap and the Javascript Expression Evaluator(https://github.com/silentmatt/js-expression-eval).

User input is kept track of in two separate variables. "value" to populate the textarea element and "answerArr[]"" so the calcualtion can be looped if the user inputs "+/-" to change the sign of the current number. Once the user enters "=" the equals function uses Parser.execute() (from parser.js) to evaluate the calculation and display the answer in the textarea element.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published