Answer the question
In order to leave comments, you need to log in
Leaving a page does not work in Mozilla, are there alternatives?
Essence of the question:
There is a landing, if a person has not left any information about himself, when he tries to close the browser tab, a message is displayed, whether he definitely wants to leave and is invited to subscribe to the newsletter.
Implemented like this:
window.addEventListener("beforeunload", function(event){
if($("#ok_out").val() == 0){
$('#leave').modal();
event.returnValue = "";
}
Answer the question
In order to leave comments, you need to log in
https://developer.mozilla.org/en-US/docs/Web/Event...
https://habrahabr.ru/post/141793/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question