I have a page with an iframe. The link inside an iframe should open colorbox. It works fine.
But it opens the colorbox inside the iframe. Is it possible to open the iframe over the parent window.
I appreciate any help.
$(function() {
$('#ajax').colorbox({iframe: true });
});
You should be able to trigger it in the top frame with
top.$.fn.colorbox({ params });
Although you'll need to spoon-feed it the data you want showing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With