How to Detect Form Submission Inside an iFrame Using jQuery
The conventional wisdom is that you have no visibility on what goes on inside an iframe on your site. That is mostly true but it turns out that you can detect when a form is submitted inside an iframe. My Goal I was given the task to fix a website bug of the following nature: … Read more