InputMath

jQuery plugin to evaluate the written expression on every Enter, like blender.

You can attach the inputMath evaluator using:

        $('.input-math').inputMath();
    

Then on every keyup it'll check for an enter and then evaluate the expression.

Tests