No Content
No Content
You commented on
Justin Burrow's post
almost 4 years
Working fine for me.
<div id="foundationModal" class="reveal-modal " data-reveal data-reveal-init data-options="close_on_background_click:false; close_on_esc: false;"> //your content </div>
You commented on
Kristian Secor's post
almost 4 years
Hi Kristian,
You are almost right but need little modification in data-options directive as -
View - <div id="myModal" class="reveal-modal" data-reveal data-options="close_on_background_click:false; close_on_esc: false;"> //Your Contents </div> Js - $(document).foundation("reveal", "open");
This is working fine for me.
-
Foundation 5 Reveal Options NOT WORKING
by Justin Burrow on Monday, November 25, 2013 at 5:43 PM EST
-
Problem with disabling background click in Foundation 6 modal with reveal
by Kristian Secor on Wednesday, December 02, 2015 at 7:36 PM EST
-
No Content
-
No Content
Working fine for me.