This file is indexed.

/usr/share/doc/libjs-jquery-livequery/README.markdown is in libjs-jquery-livequery 10-2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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)