Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
禁用外部点击fancybox弹出窗口
如何禁用弹出 div 外的关闭按钮
使用:
http://fancyapps.com/fancybox/
将模态设置为 true 以在单击模态 div 外部时禁用关闭
$('.fancybox').fancybox({ modal : true });
closeBtn If set to true, close button will be displayed Boolean; Default value: true
阅读文档