Stop Boxzilla modal loading if Bootstrap modal open
-
If I have a modal already open I want to make sure that the Boxzilla modal does not load as well.
I am using Bootstrap.
I’ve tried the following code
// Hide Boxzilla Modal if BS Modal loaded $('.modal').on('show.bs.modal', function () { // hide boxzilla modal Boxzilla.hide(11676); })
This will trigger when a BS modal is loaded. Any ideas how to stop the boxzilla modal loading. In particular, I am talking about with Exit Intent.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Stop Boxzilla modal loading if Bootstrap modal open’ is closed to new replies.