I\'m trying to close FancyBox from within the iframe, but parent.$ is always undefined. This is my iframe JavaScript:
parent.$
undefined
I had to do this:
window.top.window.$.fancybox.close();
Got type error before.