File: README.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 (13 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Live Query

Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.

* Requires jQuery 1.1.3+
* Docs: [http://docs.jquery.com/Plugins/livequery](http://docs.jquery.com/Plugins/livequery)


## License

The Live Query plugin is dual licensed *(just like jQuery)* under the [MIT](http://www.opensource.org/licenses/mit-license.php) and [GPL](http://www.opensource.org/licenses/gpl-license.php) licenses.

Copyright (c) 2008 [Brandon Aaron](http://brandonaaron.net)