[jQuery] Form Submit Function

2008-04-30 Thread dynamic web dev
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 n

[jQuery] Re[jQuery] cognize iframe form submit

2008-04-29 Thread dynamic web dev
Greetings All! I have a form in an iframe that I need to run a function on when the form is submitted. This same procedure occurs on a form that isn't located in an iframe and it works great. Now, I am able to submit the form within the iframe using jquery as follows (this code is located in