禁用外部单击fancybox弹出窗口

时间:2012-10-12 14:47:00

标签: jquery fancybox

禁用外部点击fancybox弹出窗口

如何禁用弹出式div之外的关闭按钮

使用:

http://fancyapps.com/fancybox/

2 个答案:

答案 0 :(得分:3)

将模态设置为true以在单击模态div

之外时禁用关闭
$('.fancybox').fancybox({
            modal :  true
        });

答案 1 :(得分:1)

closeBtn     
  If set to true, close button will be displayed    
  Boolean; Default value: true

read the documentation