[jQuery] Re: Form plugin and ui-dialog issue (never submits)

2009-01-15 Thread cmulist
The form that is turned into a dialog is a separate form at the end of the main form. Relevant code below. It seems the combination of dialog + File element + Form plugin (ajaxSubmit() or ajaxForm() ) is a no-go. The ajaxSubmit() works fine when there is no FILE element OR the form is moved out

[jQuery] Re: Form plugin and ui-dialog issue (never submits)

2009-01-15 Thread Richard D. Worth
Your issue may be related to the fact the when you call .dialog(), it moves the element it wraps (the dialog content) to the end of the body (no other way to get it to be on top in IE). This trips up some people because they'll turn a part of a form (say a fieldset or a div inside a form) into a di