I have an application that uses jQuery to open a dialog box with a form. If that form is filled out successfully, I’d like to be able to close the dialog box in the success case of my jQuery call, and update some of the divs on the page.
Is there a common command or way to do that? I can’t find it. Thanks!!
1 Answer