close facebox

69 views
Skip to first unread message

Hasan Baig

unread,
Feb 11, 2015, 4:59:37 AM2/11/15
to fac...@googlegroups.com
want to close facebox loaded page if I click outside the window. click anywhere in gray area to close the facebox

Jorge Rodes

unread,
Mar 6, 2015, 7:45:09 AM3/6/15
to fac...@googlegroups.com
I dont understant  very well your question, but u can trigger anywhere the event  'close.facebox'

the 'gray area' is has id='back', so what u could do is:

$("#back").click(function(e){
     $(document).trigger('close.facebox');
});

Hope it works
Reply all
Reply to author
Forward
0 new messages