Hi, I'm looking for some kind of modal window like the UI dialogue that may do true form submission and refreshes the parent window.
Here's the scenario I'm looking to accomplish. I have a table of data, one of the column is editable. If the user clicks on the column of a particular table row, a modal window will pop up asking for additional information. The user fills out the information and submits. The window updates the info for that table via ajax and then force a refresh so the data in the table could be updated. Any idea if there's any plugins that may aid in accomplishing something like above using jQuery? Thanks