Using selectors ($$) _always_ returns an Array. OverText is expecting to a
"DOM Element" as stated in the documentation.
So, it's either: $$('#overTextTest')[0] or $('overTextTest')

___

Oskar Krawczyk
http://nouincolor.com


On Thu, Oct 22, 2009 at 14:45, ghazal <[email protected]> wrote:

>
> Hi,
> * OverText --> http://mootools.net/docs/more/Forms/OverText
> not working as is with Moo 124 :
> new OverText($$('#overTextTest'));
>
> *****  It's OK with Clientcide script though.
>
> PS : I wonder if it is of any use to mention these "bugs".
> I guess moo devs know them. But as I didn't see a ticket about this
> one, I thought it could help.
>
> *Form.Request -->http://mootools.net/docs/more/Forms/Form.Request
> I am a bit at loss with this one.
> Is this a new name for the Clientcide fupdate ?
> --> http://www.clientcide.com/wiki/cnet-libraries/09-forms/05.1-fupdate
> Can someone put a demo up on mooshell ?
>
> Anyhow, thanks for all this great stuff.

Reply via email to