I\'m using the Fancybox plugin for my modal windows. It seems like no matter what options I use I can\'t prevent the fancybox modal window from closing when the user clicks
For this issue, please try this way
$("YourElement").fancybox({ helpers: { overlay: { closeClick: false } //Disable click outside event }
Hope this helps.