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.

Releases for Live Query


Live Query 1.0.3

Only one change:
* LiveQueries are run as soon as they are created to avoid potential flash of content issues

Live Query 1.0.2

* Updated to work with jQuery 1.2.2

Live Query 1.0.1

* Added remoteAttr, toggleClass, emtpy and remove to the list of registered core DOM manipulation methods
* Removed setInterval in favor of on-demand setTimeout
* Calling livequery with the same arguments (function references), restarts the existing Live Query instead of creating a new one

Live Query 1.0.0

Live Query 1.0 replaces the previous Behavior plugin. It has a few of the following enhancements over Behavior:

* Added callback function for when an element is no longer matched or the Live Query is expired.
* Events are unbound to unmatched elements or when the Live Query is expired.
* Nice performance boost.

The zip includes the full source, min version, packed version and tests.

Live Query requires jQuery 1.1.3+

Behavior 0.0.3

* Update documentation and test/demo
* Added wrap to the list of methods to autorun behavior
* Fixed spelling error in unbehavior
* Changed how I overwrite core methods

Behavior 0.0.2

* Updated to $().behavior and $().unbehavior