When I am opening my Reveal Modal, I would like to prevent it from closing on background click (which is a default behavior).
I am using Zurb Foundation 5.0.2.
Any help would be appreciated.
If you set the closeOnBackgroundClick
option to false
then your modal
won't close when you click in the background.
<div class="reveal-modal" data-options="closeOnBackgroundClick:false">