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
jQuery(".lightbox").fancybox({ helpers : { overlay : { speedIn : 0, speedOut : 300, opacity : 0.8, css : { cursor : 'default' }, closeClick: false } }, });