I am trying to close the popup from within the popup that is created by Facebox.
I开发者_开发问答 am performing actions within the popup and when done, I would like it to close itself.
Any suggestions?
Thanks
Simply call:
$(document).trigger('close.facebox');
Reference source code.
精彩评论