File: ChangeLog.markdown

package info (click to toggle)
jquery-goodies 11-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,188 kB
  • ctags: 521
  • sloc: xml: 308; makefile: 89; php: 48; sql: 39
file content (15 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Live Query ChangeLog

## 1.0.3

* LiveQueries are run as soon as they are created to avoid potential flash of content issues

## 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