Trying to run a function when a form in an iframe is submitted. The form is submitted from a parent frame. When running the function from within the iframe (button on the form), the submit function works as it should. When submitting the form from "outside" the form, the submit function does not run.
It seems as if the iframe is hindering the page from catching the function. When using keyup instead of submit on the same function, it works like a charm! -- View this message in context: http://www.nabble.com/Form-Submit-Function-tp16982072s27240p16982072.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.