0

禁用外部点击fancybox弹出窗口

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

使用:

http://fancyapps.com/fancybox/

4

2 回答 2

3

将模态设置为 true 以在单击模态 div 外部时禁用关闭

$('.fancybox').fancybox({
            modal :  true
        });
于 2012-10-12T15:01:04.613 回答
1
closeBtn     
  If set to true, close button will be displayed    
  Boolean; Default value: true

阅读文档

于 2012-10-12T14:50:10.193 回答