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.
ファンシーボックスポップアップの外部クリックを無効にする
ポップアップ div の外にある閉じるボタンを無効にする方法
使用:
http://fancyapps.com/fancybox/
モーダルdivをアウトサイトをクリックしたときに閉じるを無効にするには、モーダルをtrueに設定します
$('.fancybox').fancybox({ modal : true });
closeBtn If set to true, close button will be displayed Boolean; Default value: true
ドキュメントを読む