I am opening my PrettyPhoto Frame on Page Load with
jQuery.prettyPhoto.open('#inline_content');
Once the user closes it I in any way I want to set a cookie, so the Lightbox doesnt appear on every following page load.
Where can I define this callback?
Is this even possible?