On Thu, Apr 2, 2009 at 4:14 PM, Andrew <[email protected]> wrote:

>
> Hey Scott,
>
> Thanks for the reply!  Since I posted this thread, I have found out
> that jQuery UI Dialog takes the indicated <div> and removes it from
> its place within the HTML and moves it to the end of the <body>
> element.  This might seem okay for some, however we have a <form>
> setup immediately within the <body> element, so the form fields in the
> modal dialog will not be a part of the POST submission.


This is necessary in order for the dialog to be on top, cross-browser.
You've got a few options:
- clone the form elements, copy the values back to the original
- move the element back to its original location within the form when the
dialog closes (presumably) before the POST
- make the whole form a dialog, instead of a part of the form

- Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to