I have an application I am writing with a GMail type checkmark selection list. I want to be able to open a Jquery UI dialog and accept a file via a “file” input. The problem is, jQuery moves the dialog box to just before the closing body tag which takes it outside of my form.
Any suggestions on how I could do this? I guess at the end of the road I could set hidden fields for all the checkmarks and have a second form as part of the dialog. Any simpler way to do this?
Thanks
1 Answer