I really need a plugin as livequery made for Jquery. After searching for through the web, I did not find this kind of plugin for mootools. It is such useful and powerful so I hope somebody can help me
You can find the definition of this plugin here :
http://brandonaaron.net/code => look for livequery
"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."
So typically, you can generate new elements with javascript events and it will work for the same page if you specify these kind of javascript functions have to be reload every 20 milliseconds for instance (do not need to reload the page). Very useful if you want to dynamically generate some element with an important javascript event...
Best,
Ken.


