jQuery Lightbox Evolution: Load lightbox outside a iframe
问题 I'm using a jQuery Lightbox Evolution plugin, and I have photo links inside a iframe. I wanna that Lightbox open outside a iframe, in a parent window. In the FAQ, i find that I can put some code on parent: <script type="text/javascript"> function frameload(iframe) { var doc = iframe.contentWindow || iframe.contentDocument; if (doc.document) { doc = doc.document; }; $('.lightbox', doc.body).lightbox(); }; </script> But dont work, because my code is generated inline, dynamic with php. So I dont