Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to close lightbox (containing an iframe) from within iframe #75

Open
plane007 opened this issue Dec 4, 2014 · 1 comment
Open

Comments

@plane007
Copy link

plane007 commented Dec 4, 2014

using
(in iframe)
$(parent.document).popClose();

(in parent)
function popClose(){
$("#iframediv").trigger('close');
}

also tried parent.popClose()

Does work if popClose called from within parent!

@effatha
Copy link

effatha commented Jun 10, 2016

HI
Do you had any success with this problem?

Thanks
Helder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants