Im looking to create a single ajax post request and send multiple
forms as parameters. The form id's are created dynamically thus I
cannot list each form as a parameter within the javascript code.
Instead I've tried:
parameters: $$('form').serialize(true),
...but no luck. Form elements across the all forms are unique--
essentially I'm trying to merge all the forms into a single form as
the parameter for the ajax call. Any help is appreciated!
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---