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
I ran into the same "issue". This worked for me:
$("#fancybox-overlay").unbind();