Is there a way to determine when a form submission in an iframe has completed? I am currently using jQuery to submit the form, but I'm not sure if there is a callback function available for this purpose:
$("#myForm").submit(); // How can I create an event listener for form submission completion?