Regarding to your second question: "New feature: Form.Request<http://mootools.net/docs/more/Forms/Form.Request> , Form.Request.Append <http://mootools.net/docs/more/Forms/> - automates creating ajax forms that update HTML in DOM elements (previously Fupdate<http://www.clientcide.com/docs/Forms/Fupdate> on Clientcide.com)" – from http://mootools.net/blog/2009/10/19/mootools-1-2-4/
___ Oskar Krawczyk http://nouincolor.com On Thu, Oct 22, 2009 at 15:35, Oskar Krawczyk <[email protected]>wrote: > 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. > > >
