Hey guys,
I'm trying to programmatically close a Facebox modal with js that's called within the Iframe. That doesn't seem to work well with the Js DOM.
More generally, how would I close a generic modal that embeds an iframe with the code to close it inside the iframe. (sorry for the tounge(or eye) twisting)
Heres my example
I have a facebox with something like this:
jQuery.facebox("stuff goes here
Then INSIDE the iframe, I want to call jQuery(document).trigger ('close.facebox'); It only seems to work if I call it on the parent page or on the modal page, but not in the actual iframe. Is there a way I can make it close by calling it within an iframe example.php
Thanks
Edit: I was asking how I can access the parent frame from inside an iframe with JQuery to oversimplify the question
