Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Calculation Plug-in 0.2-beta-2


* 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