I tried using $(el)... but it doesn't work.
Seems like "tip" and "$(el)" are getting the same elements.
If I use "$(el).fade('in');" the tips work the same way they do if I
use "tip.fade('in');"
In the docs it says
"The default function for the show event, passes the tip element and
the currently hovered element."
So how can I access attributes from the currently hovered element
inside the onShow function?
Thanks for your help!On Mar 23, 12:22 pm, soundseller <[email protected]> wrote: > Thnx for your reply, I will try it out.http://mootools.net/shell/RVAeU/1/ > > On Mar 23, 12:33 am, Sanford Whiteman <[email protected]> > wrote: > > > > > > [code=text] var term = el.get('rel'); [/code] > > > The above code does not work inside the "onShow" function.(Object > > > [object Object] has no method 'get') > > > Looks like you whould wrap it in $() -- also, pop this in a MooShell > > for more help. > > > -- Sandy To unsubscribe from this group, send email to mootools-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
