Redirect from an iframe page with jQuery redirect
mohessaid opened this issue · 2 comments
mohessaid commented
I am using this library to redirect from a page to another one, which work like a charm. But we wanted to host this page in an iframe, and when we do that the redirection happens on the iframe level only and not the parent window. Is there a way to force parent page redirection in a clean way using this library.
mgalante commented
Interesting functionality! I think it can be done. I will work on it
mgalante commented
I've just upload a new version that can solve your request. You can see on the test folder an example of how to implement it.