标签: jquery fancybox
禁用外部点击fancybox弹出窗口
如何禁用弹出式div之外的关闭按钮
使用:
http://fancyapps.com/fancybox/
答案 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