Delegation for tips isn't a good idea.

You would need to use the 'mouseover' event. Using this on the whole body,
or a big container element with many other elements inside is generally not
a good idea because when you move your mouse over any element, it would
have to check if the element is a match.

I don't know how the Behavior lib can help with this, except maybe check if
there are new elements the tips should be applied to. For that purpose
https://github.com/cpojer/mootools-dynamic-matcher is a good choice too.

On Tue, Feb 21, 2012 at 5:49 PM, verylastminute <[email protected]> wrote:

> It is both possible and relatively straightforward (with Aaron's Behavior
> library): http://dev.clientcide.com/

Reply via email to