I'm using prettyphoto jquery plugin for lightbox. When somebody clicks on a link it opens a lightbox iframe. Inside the iframe there is button that should close the lightbox. in documentation there is a code:
$.prettyPhoto.close();
But don't how to use it properly. So I ask how to close a lightbox inside iframe.