I've updated the jQuery Calculation Plug-in with a few changes:
The onParseError/onParseClear methods are useful when you need to flag the element that threw the error—such as changing the background color of the element to highlight it doesn't contain a valid number.
Make sure to check out the example of the avg() method on the documentation page. If you input an alpha string into any of the fields, the field will turn red to indicate the parsing engine could not find a number in the field.
I also added support for negative numbers—which was an oversight on my part.
18 Comments
Comments for this entry have been disabled.