Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for Calculation Plug-in


Calculation Plug-in 0.4.07

Download: jquery.calc.0.4.7.zip
Size: 9.99 KB
md5_file hash: 1c2130d0d329ff470b0cbdc2d99db0a0
First released: September 2, 2009 - 8:18am

- Added trim to parseNumber to fix issue with whitespace in elements

Calculation Plug-in 0.4.06

Download: jquery.calc.0.4.6.zip
Size: 9.95 KB
md5_file hash: a00bbaaa71543d418a4c7d0d1bd8280b
First released: August 17, 2009 - 12:06pm

v0.4.06
- Added support for calc() "format" callback so that if return value is null, then value is not updated
- Added jQuery.isFunction() check for calc() callbacks

Calculation Plug-in 0.4.5

Download: jquery.calc.0.4.5_0.zip
Size: 9.84 KB
md5_file hash: 4a1d1c3f15042ad4ed116a1a04f9235d
First released: June 10, 2009 - 12:03pm

Revision History
v0.4.05
- Added support to the sum() & calc() method for automatically fixing precision
issues (will detect the max decimal spot in the number and fix to that
depth)

Calculation Plug-in 0.4.5

Download: jquery.calc.0.4.5.zip
Size: 9.84 KB
md5_file hash: 4a1d1c3f15042ad4ed116a1a04f9235d
First released: June 10, 2009 - 12:00pm

Revision History
v0.4.05
- Added support to the sum() & calc() method for automatically fixing precision issues (will detect the max decimal spot in the number and fix to that depth)

Calculation Plug-in 0.4.04

Download: jquery.calc.0.4.4.zip
Size: 9.19 KB
md5_file hash: 8e05469556496ce55103622ec6c12dee
First released: February 17, 2009 - 12:11pm

* Fixed bug #5420 by adding the defaults.cleanseNumber handler; you can override this function to handle stripping number of extra digits

Calculation Plug-in 0.4.3

Download: jquery.calc.0.4.3.zip
Size: 8.98 KB
md5_file hash: 8687e9a66cd0dce93085efc1a6e57001
First released: February 17, 2009 - 9:52am

Updated code for support for jQuery v1.3.x

Calculation Plug-in 0.4.02

Download: jquery.calculation.js_4.txt
Size: 10.45 KB
md5_file hash: cb5aee2e9aba894a1376485521deb74f
First released: December 1, 2008 - 2:08pm

* Fixed bug where bind parameter was not being detecting if you specified a string in method like sum(), avg(), etc.

Calculation Plug-in 0.4.1

Download: jquery.calculation.js_3.txt
Size: 10.3 KB
md5_file hash: 5bda9e99db0d27750e14ac01d19d0cc1
First released: July 5, 2008 - 7:49pm
Last updated: July 5, 2008 - 7:48pm

* Fixed bug in aggregate functions so that a string is passed to jQuery's text() method (since numeric zero is interpetted as false)

Calculation Plug-in 0.4-beta

Download: jquery.calculation.js_2.txt
Size: 10.1 KB
md5_file hash: 5cdf833bcff4fd0d89bb3e24a87c18a7
First released: March 10, 2008 - 12:07am

* Added support for -$.99 values
* Fixed regex so that decimal values without leading zeros are correctly parsed
* Removed defaults.comma setting
* Changed secondary regex that cleans additional formatting from parsed number

Calculation Plug-in 0.3-beta-3

Download: jquery.calculation.js_1.txt
Size: 9.99 KB
md5_file hash: c9cedc1aec7fe3452beb2a762dba3b30
First released: March 3, 2008 - 1:33am

* Refactored the aggregate methods (since they all use the same core logic) to use the $.extend() method
* Added support for negative numbers in the regex)
* Added min/max aggregate methods
* Added defaults.onParseError and defaults.onParseClear methods to add logic for parsing errors

Calculation Plug-in 0.2-beta-2

Download: jquery.calculation.js_0.txt
Size: 9.75 KB
md5_file hash: cce614aacc2964486ccb5285ccd98872
First released: February 25, 2008 - 7:15am

* Fixed bug in sMethod in calc() (was using getValue, should have been setValue)
* Revised the sum() and avg() functions. Added the bind and selector arguments to both methods. This allows you to add automatically binding and a selector to place the newly calculated value. Either the bind or selector arguments can be an options object. Valid options are current:

- bind: the event to use for the bind() method
- selector: the selector (can be either a string, DOM element or jQuery object)
- oncalc: a callback method to run when the calculation occurs

Calculation Plug-in 0.1-beta-1

Download: jquery.calculation.js.txt
Size: 6.31 KB
md5_file hash: c748f27bb1de3f187da6f4202ca2daef
First released: February 21, 2008 - 12:41am

First public release