Thanks for the reply. Yeah, I kind of thought maybe it wasn't best to use
Delegation with Tips, based on the docs (which I did read prior to posting
this question). However, there are several other functions in this class
click-based delegations, and so I thought it would be best to have all the
functions work in the same fashion. I'd like to learn how to do this, for
my own edification, but it wouldn't kill me to bail out on delegating Tips.
To your other points:
* I realize that I'd be creating this event on every mouseover, but i wasn't
sure if there was an easy way to make it attach just once. Is it as simple
as "mouseover:relay(a):once"?
* Getting it to fire on the mouseover was the other thing I couldn't figure
out, and this shows part of my lack of understanding here. I tried this:
var tip = new Tips(el, {
className: that.options.tipcontainerclass
}).show();
...but that didn't work. I see there is an "onShow()" event, but the
arguments to that are the tip element and currently-hovered element. I'm
not sure how to "pass the event" to it, as you say.
Thanks again,
Ben