mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ee4c744b04
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93552 467b73ca-7a2a-4603-9d3b-597d59a354a9
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
== Live Query ChangeLog ==
|
|
|
|
== 1.0.2 ==
|
|
|
|
* Updated to work with jQuery 1.2.2
|
|
|
|
== 1.0.1 ==
|
|
|
|
* 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 |