- fix issue #1
- Register function interceptors only once.
- Extract query match function.
- Added undefined variable to main IIF function to reduce minified size.
- Performance improvements and reduced size of minified version.
- Fix bug which prevented to stop live queries if there was any already stopped query.
- Refactoring
- Removed overloads which duplicate jQuery's native $.live
- Compatibility fix with 1.4.1 (thanks)
- Updated README
- Updated to better integrate with jQuery 1.3 (no longer supports jQuery < 1.3)
- LiveQueries are run as soon as they are created to avoid potential flash of content issues
- Updated to work with jQuery 1.2.2
- Added removeAttr, 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