If by "modal divs" you mean a jQuery UI Dialog with the modal option set to
true, you may want to see this thread:

http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/1e960b5b82d2f3a5

- Richard

On Thu, Feb 26, 2009 at 9:07 AM, lilja <[email protected]> wrote:

>
> I have the following structure using modal divs:
>
> <form name="form1">
> <input type="test1" />
> <div id="modal-div">
> <input type="test2" />
> </div>
> </form>
>
> When I post the form with document.form1.submit(); only test1 is
> submitted? the input field test2 inside the modal-div is not posted.
> Any ideas how to solw this in a neat way?
>
> If I set test1 with the value in test2 before I submit the form I get
> the value but thats not really a good looking solution.
>
> I can't use another structure like a frame inside the modal div...
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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