[jquery-ui] Re: n00b question about dialog('open'), ('close'), ('remove') and form results

2008-11-06 Thread meesterx
Thank you, that is most helpful. On Oct 23, 8:20 am, Scott González [EMAIL PROTECTED] wrote: The actual HTML of the dialog doesn't reset on open; if you want that to happen, you'll need to do it yourself.  You can either clear out the fields in the dialog prior to opening it or clone the div

[jquery-ui] Re: n00b question about dialog('open'), ('close'), ('remove') and form results

2008-10-23 Thread Scott González
The actual HTML of the dialog doesn't reset on open; if you want that to happen, you'll need to do it yourself. You can either clear out the fields in the dialog prior to opening it or clone the div and create a new dialog each time. On Oct 22, 5:07 pm, [EMAIL PROTECTED] wrote: Hello- I am

[jquery-ui] Re: n00b question about dialog('open'), ('close'), ('remove') and form results

2008-10-22 Thread Jaime Ochoa Malagón
In my case I load (AJAX load) a new div with a fresh copy of my form and then create the dialog and use it... Hope this help... On Wed, Oct 22, 2008 at 4:07 PM, [EMAIL PROTECTED] wrote: Hello- I am trying to use UI dialog to create a modal file upload window, with the help of jquploader.