iframe change event

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-03-08T11:54:21Z Indexed on 2010/03/08 12:21 UTC
Read the original article Hit count: 238

Filed under:
|

i have an iframe with a form that the user fills and submits. When the form is finished submitting i would like some js code using jquery to tell the main page (which holds this iframe) that the user has submitted the form. What event can i use to check this? i tried .change(function () without success

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about iframe