How can I have a close button in the popup that Facebox
开发者_如何学JAVAcreates?
Thanks.
you just need to tie this to the click event of your button
$(document).trigger('close.facebox');
How can I have a close button in the popup that Facebox
开发者_如何学JAVAcreates?
Thanks.
you just need to tie this to the click event of your button
$(document).trigger('close.facebox');
精彩评论