Releases for Live Query
Live Query 1.0.2
December 20, 2007 - 6:22pm — brandonSize: 36.91 KB
md5_file hash: 54f14044cd2c4ae3f28e1e29bf5987b8
First released: December 20, 2007 - 6:22pm
* Updated to work with jQuery 1.2.2
Live Query 1.0.1
September 2, 2007 - 11:52pm — brandonSize: 49.38 KB
md5_file hash: fc3d9329dd4512a29404614f84cb9a9e
First released: September 2, 2007 - 11:52pm
* 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
August 20, 2007 - 12:24am — brandonSize: 45.69 KB
md5_file hash: 8125127e1cad22af6302ec372dce911b
First released: August 20, 2007 - 12:24am
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
May 14, 2007 - 10:33am — brandonSize: 5.9 KB
md5_file hash: 3f242db107621098a996fc5c74c68267
First released: May 14, 2007 - 10:33am
* 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
May 14, 2007 - 10:31am — brandonSize: 5.26 KB
md5_file hash: 2f6eabac2c48f96a3d32eb12a9082908
First released: May 14, 2007 - 10:31am
* Updated to $().behavior and $().unbehavior
