I have been working on a client-side search engine today (to go on a
CD-ROM) and ran into the following issue in 1.6.0.3:
var query = Form.serializeElements($('search').getInputs(),true);
alert(query.inspect()) -> error, not a function
alert($H(query).inspect()) -> works
Can anyone confirm? Is this an error in my understanding of the
documentation, or a bug?
Thanks in advance,
Walter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---