I use the jQuery-UI dialog widget in a Grails-based application to load a remote page (in this case, a simple file upload form). The deleted page is defined elsewhere in my project and does not know that it is loading in a dialog box.
Is there any way to close the dialog by the link on the remote page? Should I somehow pass a link to the dialog when the page loads, or is there a way to trigger a closing event, while remaining an agnostic of the dialog itself?
javascript jquery jquery-ui grails modal-dialog
David Oct 29 '09 at 15:04 2009-10-29 15:04
source share